lusid-sdk 2.1.721__py3-none-any.whl → 2.1.722__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/api/abor_api.py +74 -56
- lusid/api/abor_configuration_api.py +34 -24
- lusid/api/address_key_definition_api.py +11 -4
- lusid/api/aggregation_api.py +16 -8
- lusid/api/allocations_api.py +20 -12
- lusid/api/amortisation_rule_sets_api.py +34 -24
- lusid/api/application_metadata_api.py +15 -8
- lusid/api/blocks_api.py +20 -12
- lusid/api/calendars_api.py +70 -52
- lusid/api/chart_of_accounts_api.py +174 -136
- lusid/api/complex_market_data_api.py +20 -12
- lusid/api/compliance_api.py +71 -52
- lusid/api/configuration_recipe_api.py +47 -32
- lusid/api/conventions_api.py +40 -24
- lusid/api/corporate_action_sources_api.py +45 -32
- lusid/api/counterparties_api.py +28 -16
- lusid/api/custom_data_models_api.py +30 -20
- lusid/api/custom_entities_api.py +59 -44
- lusid/api/custom_entity_definitions_api.py +20 -12
- lusid/api/custom_entity_types_api.py +20 -12
- lusid/api/cut_label_definitions_api.py +25 -16
- lusid/api/data_types_api.py +45 -32
- lusid/api/derived_transaction_portfolios_api.py +14 -8
- lusid/api/entities_api.py +39 -28
- lusid/api/executions_api.py +20 -12
- lusid/api/fee_types_api.py +30 -20
- lusid/api/fund_configuration_api.py +34 -24
- lusid/api/funds_api.py +129 -100
- lusid/api/group_reconciliations_api.py +66 -48
- lusid/api/identifier_definitions_api.py +25 -16
- lusid/api/instrument_event_types_api.py +35 -24
- lusid/api/instrument_events_api.py +25 -16
- lusid/api/instruments_api.py +105 -80
- lusid/api/legacy_compliance_api.py +44 -32
- lusid/api/legal_entities_api.py +90 -68
- lusid/api/order_graph_api.py +19 -12
- lusid/api/order_instructions_api.py +20 -12
- lusid/api/order_management_api.py +23 -8
- lusid/api/orders_api.py +20 -12
- lusid/api/packages_api.py +20 -12
- lusid/api/participations_api.py +20 -12
- lusid/api/persons_api.py +90 -68
- lusid/api/placements_api.py +20 -12
- lusid/api/portfolio_groups_api.py +134 -104
- lusid/api/portfolios_api.py +159 -124
- lusid/api/property_definitions_api.py +51 -36
- lusid/api/queryable_keys_api.py +9 -4
- lusid/api/quotes_api.py +49 -36
- lusid/api/reconciliations_api.py +55 -36
- lusid/api/reference_lists_api.py +20 -12
- lusid/api/reference_portfolio_api.py +29 -20
- lusid/api/relation_definitions_api.py +15 -8
- lusid/api/relations_api.py +14 -8
- lusid/api/relationship_definitions_api.py +25 -16
- lusid/api/relationships_api.py +14 -8
- lusid/api/schemas_api.py +12 -4
- lusid/api/scopes_api.py +14 -8
- lusid/api/scripted_translation_api.py +28 -16
- lusid/api/search_api.py +24 -16
- lusid/api/sequences_api.py +24 -16
- lusid/api/simple_position_portfolios_api.py +9 -4
- lusid/api/staged_modifications_api.py +24 -16
- lusid/api/staging_rule_set_api.py +29 -20
- lusid/api/structured_result_data_api.py +49 -36
- lusid/api/system_configuration_api.py +23 -12
- lusid/api/tax_rule_sets_api.py +29 -20
- lusid/api/timelines_api.py +35 -24
- lusid/api/transaction_configuration_api.py +59 -44
- lusid/api/transaction_fees_api.py +29 -20
- lusid/api/transaction_portfolios_api.py +204 -160
- lusid/api/translation_api.py +6 -0
- lusid/api/workspace_api.py +96 -72
- lusid/configuration.py +1 -1
- lusid/models/a2_b_breakdown.py +2 -2
- lusid/models/a2_b_category.py +1 -1
- lusid/models/a2_b_data_record.py +7 -7
- lusid/models/a2_b_movement_record.py +8 -8
- lusid/models/abor.py +5 -5
- lusid/models/abor_configuration.py +4 -4
- lusid/models/abor_configuration_properties.py +2 -2
- lusid/models/abor_configuration_request.py +4 -21
- lusid/models/abor_properties.py +2 -2
- lusid/models/abor_request.py +4 -21
- lusid/models/accept_estimate_valuation_point_response.py +2 -2
- lusid/models/access_controlled_action.py +2 -2
- lusid/models/access_controlled_resource.py +4 -4
- lusid/models/access_metadata_operation.py +4 -11
- lusid/models/access_metadata_value.py +3 -3
- lusid/models/account.py +6 -23
- lusid/models/account_properties.py +2 -2
- lusid/models/accounted_transaction.py +2 -2
- lusid/models/accounts_upsert_response.py +2 -2
- lusid/models/accumulation_event.py +3 -3
- lusid/models/action_id.py +4 -4
- lusid/models/add_business_days_to_date_request.py +1 -1
- lusid/models/add_business_days_to_date_response.py +1 -1
- lusid/models/additional_payment.py +3 -3
- lusid/models/address_definition.py +6 -6
- lusid/models/address_key_compliance_parameter.py +3 -3
- lusid/models/address_key_definition.py +3 -3
- lusid/models/address_key_filter.py +3 -3
- lusid/models/address_key_list.py +2 -2
- lusid/models/address_key_list_compliance_parameter.py +2 -2
- lusid/models/address_key_option_definition.py +5 -5
- lusid/models/adjust_global_commitment_event.py +2 -2
- lusid/models/adjust_holding.py +2 -2
- lusid/models/adjust_holding_for_date_request.py +3 -3
- lusid/models/adjust_holding_request.py +2 -2
- lusid/models/aggregate_spec.py +3 -3
- lusid/models/aggregated_return.py +2 -2
- lusid/models/aggregated_returns_dispersion_request.py +4 -14
- lusid/models/aggregated_returns_request.py +7 -7
- lusid/models/aggregated_returns_response.py +2 -2
- lusid/models/aggregated_transactions_request.py +1 -1
- lusid/models/aggregation_context.py +1 -1
- lusid/models/aggregation_measure_failure_detail.py +5 -5
- lusid/models/aggregation_options.py +1 -1
- lusid/models/aggregation_query.py +8 -8
- lusid/models/alias.py +3 -3
- lusid/models/allocation.py +8 -8
- lusid/models/allocation_request.py +6 -6
- lusid/models/allocation_service_run_response.py +1 -1
- lusid/models/allocation_set_request.py +1 -1
- lusid/models/amortisation_event.py +4 -4
- lusid/models/amortisation_rule.py +5 -29
- lusid/models/amortisation_rule_set.py +4 -21
- lusid/models/amount.py +1 -1
- lusid/models/annul_quotes_response.py +2 -2
- lusid/models/annul_single_structured_data_response.py +2 -2
- lusid/models/annul_structured_data_response.py +2 -2
- lusid/models/applicable_instrument_event.py +7 -7
- lusid/models/asset_leg.py +2 -2
- lusid/models/barrier.py +4 -4
- lusid/models/basket.py +3 -3
- lusid/models/basket_identifier.py +4 -4
- lusid/models/batch_adjust_holdings_response.py +1 -1
- lusid/models/batch_update_user_review_for_comparison_result_request.py +2 -2
- lusid/models/batch_update_user_review_for_comparison_result_response.py +1 -1
- lusid/models/batch_upsert_dates_for_calendar_response.py +1 -1
- lusid/models/batch_upsert_instrument_properties_response.py +1 -1
- lusid/models/batch_upsert_portfolio_access_metadata_request.py +1 -1
- lusid/models/batch_upsert_portfolio_access_metadata_response.py +1 -1
- lusid/models/batch_upsert_portfolio_access_metadata_response_item.py +1 -1
- lusid/models/batch_upsert_portfolio_transactions_response.py +1 -1
- lusid/models/batch_upsert_property_definition_properties_response.py +1 -1
- lusid/models/block.py +5 -5
- lusid/models/block_and_order_id_request.py +1 -1
- lusid/models/block_and_orders.py +1 -1
- lusid/models/block_and_orders_create_request.py +1 -1
- lusid/models/block_and_orders_request.py +4 -4
- lusid/models/block_request.py +4 -4
- lusid/models/block_set_request.py +1 -1
- lusid/models/blocked_order_request.py +3 -3
- lusid/models/bond.py +4 -4
- lusid/models/bond_conversion_entry.py +1 -1
- lusid/models/bond_conversion_schedule.py +5 -5
- lusid/models/bond_coupon_event.py +3 -3
- lusid/models/bond_default_event.py +2 -2
- lusid/models/bond_principal_event.py +3 -3
- lusid/models/bonus_issue_event.py +3 -3
- lusid/models/book_transactions_request.py +1 -1
- lusid/models/book_transactions_response.py +1 -1
- lusid/models/bool_compliance_parameter.py +2 -2
- lusid/models/bool_list_compliance_parameter.py +2 -2
- lusid/models/branch_step.py +3 -3
- lusid/models/branch_step_request.py +3 -10
- lusid/models/break_code_source.py +1 -1
- lusid/models/bucketed_cash_flow_request.py +8 -18
- lusid/models/bucketed_cash_flow_response.py +3 -3
- lusid/models/bucketing_schedule.py +2 -2
- lusid/models/calculation_info.py +3 -3
- lusid/models/calendar.py +4 -4
- lusid/models/calendar_date.py +7 -7
- lusid/models/calendar_dependency.py +2 -2
- lusid/models/call_on_intermediate_securities_event.py +3 -3
- lusid/models/cancel_order_and_move_remaining_result.py +1 -1
- lusid/models/cancel_orders_and_move_remaining_request.py +1 -1
- lusid/models/cancel_orders_and_move_remaining_response.py +2 -2
- lusid/models/cancel_orders_response.py +2 -2
- lusid/models/cancel_placements_response.py +2 -2
- lusid/models/cancel_single_holding_adjustment_request.py +2 -2
- lusid/models/cancelled_order_result.py +1 -1
- lusid/models/cancelled_placement_result.py +1 -1
- lusid/models/cap_floor.py +3 -3
- lusid/models/capital_distribution_event.py +2 -2
- lusid/models/cash.py +3 -3
- lusid/models/cash_and_security_offer_election.py +3 -3
- lusid/models/cash_dependency.py +3 -3
- lusid/models/cash_dividend_event.py +2 -2
- lusid/models/cash_election.py +3 -3
- lusid/models/cash_flow_event.py +3 -3
- lusid/models/cash_flow_lineage.py +7 -7
- lusid/models/cash_flow_value.py +3 -3
- lusid/models/cash_flow_value_set.py +2 -2
- lusid/models/cash_ladder_record.py +1 -1
- lusid/models/cash_offer_election.py +3 -3
- lusid/models/cash_perpetual.py +3 -3
- lusid/models/cds_credit_event.py +2 -2
- lusid/models/cds_flow_conventions.py +9 -29
- lusid/models/cds_index.py +2 -2
- lusid/models/cds_protection_detail_specification.py +3 -3
- lusid/models/cdx_credit_event.py +3 -3
- lusid/models/change.py +2 -2
- lusid/models/change_history.py +4 -4
- lusid/models/change_interval.py +6 -6
- lusid/models/change_interval_with_order_management_detail.py +7 -7
- lusid/models/change_item.py +4 -4
- lusid/models/chart_of_accounts.py +4 -4
- lusid/models/chart_of_accounts_properties.py +2 -2
- lusid/models/chart_of_accounts_request.py +4 -21
- lusid/models/check_step.py +3 -3
- lusid/models/check_step_request.py +3 -10
- lusid/models/cleardown_module_details.py +4 -21
- lusid/models/cleardown_module_request.py +4 -28
- lusid/models/cleardown_module_response.py +6 -16
- lusid/models/cleardown_module_rule.py +4 -25
- lusid/models/cleardown_module_rules_updated_response.py +2 -2
- lusid/models/client.py +2 -2
- lusid/models/close_event.py +2 -2
- lusid/models/close_period_diary_entry_request.py +4 -24
- lusid/models/closed_period.py +3 -3
- lusid/models/comparison_attribute_value_pair.py +3 -3
- lusid/models/complete_portfolio.py +6 -6
- lusid/models/complete_relation.py +4 -4
- lusid/models/complete_relationship.py +4 -4
- lusid/models/complex_bond.py +4 -4
- lusid/models/complex_market_data.py +2 -2
- lusid/models/complex_market_data_id.py +6 -6
- lusid/models/compliance_breached_order_info.py +1 -1
- lusid/models/compliance_parameter.py +2 -2
- lusid/models/compliance_rule.py +10 -20
- lusid/models/compliance_rule_breakdown.py +2 -2
- lusid/models/compliance_rule_breakdown_request.py +2 -2
- lusid/models/compliance_rule_response.py +4 -4
- lusid/models/compliance_rule_result.py +6 -6
- lusid/models/compliance_rule_result_detail.py +7 -7
- lusid/models/compliance_rule_result_portfolio_detail.py +2 -2
- lusid/models/compliance_rule_result_v2.py +2 -2
- lusid/models/compliance_rule_template.py +3 -13
- lusid/models/compliance_rule_upsert_request.py +10 -57
- lusid/models/compliance_rule_upsert_response.py +1 -1
- lusid/models/compliance_run_configuration.py +1 -1
- lusid/models/compliance_run_info.py +3 -3
- lusid/models/compliance_run_info_v2.py +3 -3
- lusid/models/compliance_step.py +2 -2
- lusid/models/compliance_step_request.py +2 -2
- lusid/models/compliance_summary_rule_result.py +3 -3
- lusid/models/compliance_summary_rule_result_request.py +3 -3
- lusid/models/compliance_template.py +2 -2
- lusid/models/compliance_template_parameter.py +4 -4
- lusid/models/compliance_template_variation.py +4 -4
- lusid/models/compliance_template_variation_dto.py +5 -22
- lusid/models/compliance_template_variation_request.py +5 -22
- lusid/models/component_filter.py +3 -17
- lusid/models/component_transaction.py +3 -3
- lusid/models/composite_breakdown.py +1 -1
- lusid/models/composite_breakdown_request.py +4 -4
- lusid/models/composite_breakdown_response.py +2 -2
- lusid/models/composite_dispersion.py +1 -1
- lusid/models/composite_dispersion_response.py +2 -2
- lusid/models/compounding.py +6 -6
- lusid/models/configuration_recipe.py +4 -28
- lusid/models/constant_volatility_surface.py +4 -4
- lusid/models/constituents_adjustment_header.py +1 -1
- lusid/models/contract_details.py +5 -5
- lusid/models/contract_for_difference.py +7 -7
- lusid/models/contract_initialisation_event.py +2 -2
- lusid/models/contribution_to_non_passing_rule_detail.py +2 -2
- lusid/models/corporate_action.py +3 -3
- lusid/models/corporate_action_source.py +4 -4
- lusid/models/corporate_action_transition.py +1 -1
- lusid/models/corporate_action_transition_component.py +3 -3
- lusid/models/corporate_action_transition_component_request.py +1 -1
- lusid/models/corporate_action_transition_request.py +1 -1
- lusid/models/counterparty_agreement.py +3 -3
- lusid/models/counterparty_risk_information.py +2 -9
- lusid/models/counterparty_signatory.py +2 -2
- lusid/models/create_address_key_definition_request.py +3 -3
- lusid/models/create_amortisation_rule_set_request.py +4 -28
- lusid/models/create_calendar_request.py +3 -17
- lusid/models/create_closed_period_request.py +2 -2
- lusid/models/create_compliance_template_request.py +3 -17
- lusid/models/create_corporate_action_source_request.py +5 -36
- lusid/models/create_custom_data_model_request.py +4 -28
- lusid/models/create_custom_entity_type_request.py +4 -18
- lusid/models/create_cut_label_definition_request.py +5 -22
- lusid/models/create_data_map_request.py +1 -1
- lusid/models/create_data_type_request.py +8 -36
- lusid/models/create_date_request.py +5 -36
- lusid/models/create_derived_property_definition_request.py +7 -7
- lusid/models/create_derived_transaction_portfolio_request.py +8 -42
- lusid/models/create_group_reconciliation_comparison_ruleset_request.py +3 -3
- lusid/models/create_group_reconciliation_definition_request.py +3 -3
- lusid/models/create_identifier_definition_request.py +9 -53
- lusid/models/create_portfolio_details.py +1 -1
- lusid/models/create_portfolio_group_request.py +4 -4
- lusid/models/create_property_definition_request.py +9 -9
- lusid/models/create_recipe_request.py +2 -2
- lusid/models/create_reconciliation_request.py +4 -11
- lusid/models/create_reference_portfolio_request.py +5 -5
- lusid/models/create_relation_definition_request.py +10 -10
- lusid/models/create_relation_request.py +1 -1
- lusid/models/create_relationship_definition_request.py +10 -45
- lusid/models/create_relationship_request.py +3 -23
- lusid/models/create_sequence_request.py +3 -20
- lusid/models/create_simple_position_portfolio_request.py +9 -26
- lusid/models/create_staging_rule_set_request.py +3 -3
- lusid/models/create_tax_rule_set_request.py +4 -18
- lusid/models/create_timeline_request.py +3 -3
- lusid/models/create_trade_tickets_response.py +1 -1
- lusid/models/create_transaction_portfolio_request.py +9 -19
- lusid/models/create_unit_definition.py +4 -25
- lusid/models/credit_default_swap.py +3 -3
- lusid/models/credit_premium_cash_flow_event.py +3 -3
- lusid/models/credit_rating.py +3 -17
- lusid/models/credit_spread_curve_data.py +4 -4
- lusid/models/credit_support_annex.py +5 -5
- lusid/models/currency_and_amount.py +2 -2
- lusid/models/curve_options.py +5 -5
- lusid/models/custodian_account.py +7 -7
- lusid/models/custodian_account_properties.py +2 -2
- lusid/models/custodian_account_request.py +9 -33
- lusid/models/custodian_accounts_upsert_response.py +2 -2
- lusid/models/custom_data_model.py +1 -1
- lusid/models/custom_data_model_criteria.py +2 -2
- lusid/models/custom_data_model_identifier_type_specification.py +2 -2
- lusid/models/custom_data_model_identifier_type_specification_with_display_name.py +3 -3
- lusid/models/custom_data_model_property_specification.py +2 -2
- lusid/models/custom_data_model_property_specification_with_display_name.py +3 -3
- lusid/models/custom_entity_definition.py +6 -6
- lusid/models/custom_entity_definition_request.py +4 -18
- lusid/models/custom_entity_entity.py +7 -7
- lusid/models/custom_entity_field.py +2 -2
- lusid/models/custom_entity_field_definition.py +6 -6
- lusid/models/custom_entity_id.py +4 -25
- lusid/models/custom_entity_request.py +3 -3
- lusid/models/custom_entity_response.py +5 -5
- lusid/models/custom_entity_type.py +6 -6
- lusid/models/cut_label_definition.py +6 -6
- lusid/models/cut_local_time.py +1 -1
- lusid/models/data_definition.py +5 -15
- lusid/models/data_map_key.py +3 -23
- lusid/models/data_mapping.py +1 -1
- lusid/models/data_model_membership.py +1 -1
- lusid/models/data_model_summary.py +5 -5
- lusid/models/data_scope.py +2 -2
- lusid/models/data_type.py +7 -7
- lusid/models/data_type_entity.py +7 -7
- lusid/models/data_type_summary.py +6 -6
- lusid/models/date_attributes.py +6 -56
- lusid/models/date_or_diary_entry.py +3 -13
- lusid/models/date_range.py +1 -1
- lusid/models/date_time_compliance_parameter.py +2 -2
- lusid/models/date_time_list_compliance_parameter.py +2 -2
- lusid/models/day_month.py +1 -1
- lusid/models/decimal_compliance_parameter.py +2 -2
- lusid/models/decimal_list.py +2 -2
- lusid/models/decimal_list_compliance_parameter.py +2 -2
- lusid/models/decorated_compliance_run_summary.py +1 -1
- lusid/models/delete_accounts_response.py +1 -1
- lusid/models/delete_custodian_accounts_response.py +1 -1
- lusid/models/delete_instrument_properties_response.py +1 -1
- lusid/models/delete_instrument_response.py +2 -2
- lusid/models/delete_instruments_response.py +2 -2
- lusid/models/delete_relation_request.py +1 -1
- lusid/models/delete_relationship_request.py +3 -23
- lusid/models/deleted_entity_response.py +4 -4
- lusid/models/dependency_source_filter.py +5 -5
- lusid/models/deposit_close_event.py +2 -2
- lusid/models/deposit_interest_payment_event.py +3 -3
- lusid/models/described_address_key.py +3 -3
- lusid/models/dialect.py +1 -1
- lusid/models/dialect_id.py +7 -35
- lusid/models/dialect_schema.py +3 -3
- lusid/models/diary_entry.py +6 -16
- lusid/models/diary_entry_request.py +4 -21
- lusid/models/discount_factor_curve_data.py +3 -3
- lusid/models/discounting_dependency.py +3 -3
- lusid/models/dividend_option_event.py +2 -2
- lusid/models/dividend_reinvestment_event.py +2 -2
- lusid/models/drawdown_event.py +2 -2
- lusid/models/early_redemption_election.py +2 -2
- lusid/models/early_redemption_event.py +3 -3
- lusid/models/economic_dependency.py +2 -2
- lusid/models/economic_dependency_with_complex_market_data.py +1 -1
- lusid/models/economic_dependency_with_quote.py +1 -1
- lusid/models/effective_range.py +1 -1
- lusid/models/election_specification.py +2 -2
- lusid/models/eligibility_calculation.py +3 -3
- lusid/models/empty_model_options.py +2 -2
- lusid/models/entity_identifier.py +4 -4
- lusid/models/equity.py +3 -3
- lusid/models/equity_all_of_identifiers.py +12 -12
- lusid/models/equity_curve_by_prices_data.py +3 -3
- lusid/models/equity_curve_dependency.py +5 -5
- lusid/models/equity_model_options.py +3 -3
- lusid/models/equity_option.py +10 -10
- lusid/models/equity_swap.py +5 -5
- lusid/models/equity_vol_dependency.py +5 -5
- lusid/models/equity_vol_surface_data.py +3 -3
- lusid/models/error_detail.py +4 -4
- lusid/models/event_date_range.py +1 -1
- lusid/models/ex_dividend_configuration.py +1 -1
- lusid/models/exchange_traded_option.py +2 -2
- lusid/models/exchange_traded_option_contract_details.py +11 -11
- lusid/models/execution.py +7 -7
- lusid/models/execution_request.py +6 -6
- lusid/models/execution_set_request.py +1 -1
- lusid/models/exercise_event.py +2 -2
- lusid/models/exotic_instrument.py +3 -3
- lusid/models/expanded_group.py +4 -4
- lusid/models/expiry_event.py +2 -2
- lusid/models/external_fee_component_filter.py +4 -25
- lusid/models/fee.py +11 -31
- lusid/models/fee_accrual.py +3 -10
- lusid/models/fee_properties.py +2 -2
- lusid/models/fee_request.py +10 -27
- lusid/models/fee_rule.py +12 -12
- lusid/models/fee_rule_upsert_request.py +12 -32
- lusid/models/fee_rule_upsert_response.py +1 -1
- lusid/models/fee_transaction_template_specification.py +2 -2
- lusid/models/fee_type.py +4 -4
- lusid/models/fee_type_request.py +4 -21
- lusid/models/field_definition.py +3 -10
- lusid/models/field_schema.py +4 -4
- lusid/models/field_value.py +2 -9
- lusid/models/file_response.py +3 -3
- lusid/models/filter_predicate_compliance_parameter.py +3 -3
- lusid/models/filter_step.py +3 -3
- lusid/models/filter_step_request.py +3 -10
- lusid/models/fixed_leg.py +2 -2
- lusid/models/fixed_leg_all_of_overrides.py +1 -1
- lusid/models/fixed_schedule.py +4 -4
- lusid/models/flexible_deposit.py +3 -3
- lusid/models/flexible_loan.py +3 -3
- lusid/models/float_schedule.py +5 -5
- lusid/models/floating_leg.py +2 -2
- lusid/models/flow_convention_name.py +4 -4
- lusid/models/flow_conventions.py +10 -30
- lusid/models/forward_rate_agreement.py +3 -3
- lusid/models/from_recipe.py +3 -3
- lusid/models/fund.py +5 -15
- lusid/models/fund_amount.py +1 -1
- lusid/models/fund_configuration.py +4 -4
- lusid/models/fund_configuration_properties.py +2 -2
- lusid/models/fund_configuration_request.py +4 -21
- lusid/models/fund_details.py +2 -2
- lusid/models/fund_id_list.py +2 -2
- lusid/models/fund_journal_entry_line.py +18 -18
- lusid/models/fund_pnl_breakdown.py +1 -1
- lusid/models/fund_previous_nav.py +1 -1
- lusid/models/fund_properties.py +2 -2
- lusid/models/fund_request.py +5 -22
- lusid/models/fund_share_class.py +7 -7
- lusid/models/fund_valuation_point_data.py +1 -1
- lusid/models/funding_leg.py +2 -2
- lusid/models/funding_leg_options.py +3 -3
- lusid/models/future.py +3 -3
- lusid/models/future_expiry_event.py +3 -3
- lusid/models/future_mark_to_market_event.py +3 -3
- lusid/models/futures_contract_details.py +12 -12
- lusid/models/fx_conventions.py +4 -4
- lusid/models/fx_dependency.py +4 -4
- lusid/models/fx_forward.py +5 -5
- lusid/models/fx_forward_curve_by_quote_reference.py +6 -6
- lusid/models/fx_forward_curve_data.py +5 -5
- lusid/models/fx_forward_model_options.py +4 -4
- lusid/models/fx_forward_pips_curve_data.py +5 -5
- lusid/models/fx_forward_settlement_event.py +5 -5
- lusid/models/fx_forward_tenor_curve_data.py +6 -6
- lusid/models/fx_forward_tenor_pips_curve_data.py +6 -6
- lusid/models/fx_forwards_dependency.py +5 -5
- lusid/models/fx_linked_notional_schedule.py +3 -3
- lusid/models/fx_option.py +6 -6
- lusid/models/fx_rate_schedule.py +3 -3
- lusid/models/fx_swap.py +3 -3
- lusid/models/fx_tenor_convention.py +2 -2
- lusid/models/fx_vol_dependency.py +5 -5
- lusid/models/fx_vol_surface_data.py +3 -3
- lusid/models/general_ledger_profile_mapping.py +2 -9
- lusid/models/general_ledger_profile_request.py +4 -28
- lusid/models/general_ledger_profile_response.py +5 -29
- lusid/models/generated_event_diagnostics.py +4 -4
- lusid/models/get_cds_flow_conventions_response.py +2 -2
- lusid/models/get_complex_market_data_response.py +2 -2
- lusid/models/get_counterparty_agreement_response.py +2 -2
- lusid/models/get_credit_support_annex_response.py +2 -2
- lusid/models/get_data_map_response.py +2 -2
- lusid/models/get_flow_conventions_response.py +2 -2
- lusid/models/get_index_convention_response.py +2 -2
- lusid/models/get_instruments_response.py +2 -2
- lusid/models/get_quotes_response.py +2 -2
- lusid/models/get_recipe_composer_response.py +2 -2
- lusid/models/get_recipe_response.py +2 -2
- lusid/models/get_reference_portfolio_constituents_response.py +4 -4
- lusid/models/get_structured_result_data_response.py +2 -2
- lusid/models/get_virtual_document_response.py +2 -2
- lusid/models/group_by_selector_compliance_parameter.py +3 -3
- lusid/models/group_by_step.py +3 -3
- lusid/models/group_by_step_request.py +3 -10
- lusid/models/group_calculation_compliance_parameter.py +3 -3
- lusid/models/group_filter_predicate_compliance_parameter.py +3 -3
- lusid/models/group_filter_step.py +3 -3
- lusid/models/group_filter_step_request.py +3 -10
- lusid/models/group_of_market_data_key_rules.py +2 -2
- lusid/models/group_reconciliation_aggregate_attribute_rule.py +1 -1
- lusid/models/group_reconciliation_aggregate_attribute_values.py +1 -1
- lusid/models/group_reconciliation_aggregate_comparison_rule_operand.py +3 -3
- lusid/models/group_reconciliation_comparison_result.py +7 -7
- lusid/models/group_reconciliation_comparison_rule_string_value_map.py +4 -4
- lusid/models/group_reconciliation_comparison_rule_tolerance.py +2 -2
- lusid/models/group_reconciliation_comparison_ruleset.py +4 -4
- lusid/models/group_reconciliation_core_attribute_rule.py +1 -1
- lusid/models/group_reconciliation_core_attribute_values.py +1 -1
- lusid/models/group_reconciliation_core_comparison_rule_operand.py +3 -3
- lusid/models/group_reconciliation_date_pair.py +1 -1
- lusid/models/group_reconciliation_dates.py +1 -1
- lusid/models/group_reconciliation_definition.py +4 -4
- lusid/models/group_reconciliation_definition_comparison_ruleset_ids.py +1 -1
- lusid/models/group_reconciliation_definition_currencies.py +3 -3
- lusid/models/group_reconciliation_definition_portfolio_entity_ids.py +1 -1
- lusid/models/group_reconciliation_definition_recipe_ids.py +1 -1
- lusid/models/group_reconciliation_instance_id.py +3 -3
- lusid/models/group_reconciliation_result_statuses.py +1 -1
- lusid/models/group_reconciliation_result_types.py +1 -1
- lusid/models/group_reconciliation_review_statuses.py +1 -1
- lusid/models/group_reconciliation_run_details.py +3 -3
- lusid/models/group_reconciliation_run_request.py +2 -2
- lusid/models/group_reconciliation_run_response.py +1 -1
- lusid/models/group_reconciliation_summary.py +2 -2
- lusid/models/group_reconciliation_user_review.py +1 -1
- lusid/models/group_reconciliation_user_review_add.py +4 -4
- lusid/models/group_reconciliation_user_review_break_code.py +3 -3
- lusid/models/group_reconciliation_user_review_comment.py +3 -3
- lusid/models/group_reconciliation_user_review_match_key.py +3 -3
- lusid/models/group_reconciliation_user_review_remove.py +1 -1
- lusid/models/grouped_result_of_address_key.py +1 -1
- lusid/models/holding_adjustment.py +4 -4
- lusid/models/holding_adjustment_with_date.py +4 -4
- lusid/models/holding_context.py +1 -1
- lusid/models/holding_contributor.py +1 -1
- lusid/models/holding_ids_request.py +1 -1
- lusid/models/holding_pricing_info.py +3 -3
- lusid/models/holdings_adjustment.py +2 -2
- lusid/models/holdings_adjustment_header.py +2 -2
- lusid/models/i_unit_definition_dto.py +5 -5
- lusid/models/id_selector_definition.py +3 -3
- lusid/models/identifier_definition.py +10 -44
- lusid/models/identifier_part_schema.py +4 -4
- lusid/models/index_convention.py +8 -28
- lusid/models/index_model_options.py +3 -3
- lusid/models/index_projection_dependency.py +5 -5
- lusid/models/industry_classifier.py +3 -10
- lusid/models/inflation_fixing_dependency.py +4 -4
- lusid/models/inflation_index_conventions.py +6 -6
- lusid/models/inflation_leg.py +4 -4
- lusid/models/inflation_linked_bond.py +4 -4
- lusid/models/inflation_swap.py +2 -2
- lusid/models/informational_error_event.py +4 -4
- lusid/models/informational_event.py +3 -3
- lusid/models/inline_valuation_request.py +2 -2
- lusid/models/inline_valuations_reconciliation_request.py +1 -1
- lusid/models/input_transition.py +1 -1
- lusid/models/instrument.py +8 -8
- lusid/models/instrument_capabilities.py +3 -3
- lusid/models/instrument_cash_flow.py +5 -5
- lusid/models/instrument_definition.py +2 -2
- lusid/models/instrument_definition_format.py +4 -4
- lusid/models/instrument_entity.py +7 -7
- lusid/models/instrument_event.py +2 -2
- lusid/models/instrument_event_configuration.py +1 -1
- lusid/models/instrument_event_holder.py +7 -21
- lusid/models/instrument_event_instruction.py +6 -6
- lusid/models/instrument_event_instruction_request.py +5 -5
- lusid/models/instrument_event_instructions_response.py +1 -1
- lusid/models/instrument_id_type_descriptor.py +3 -3
- lusid/models/instrument_id_value.py +2 -2
- lusid/models/instrument_leg.py +2 -2
- lusid/models/instrument_list.py +2 -2
- lusid/models/instrument_list_compliance_parameter.py +2 -2
- lusid/models/instrument_match.py +1 -1
- lusid/models/instrument_models.py +2 -2
- lusid/models/instrument_payment_diary.py +5 -5
- lusid/models/instrument_payment_diary_leg.py +2 -2
- lusid/models/instrument_payment_diary_row.py +4 -4
- lusid/models/instrument_properties.py +2 -2
- lusid/models/instrument_resolution_detail.py +3 -23
- lusid/models/instrument_search_property.py +3 -3
- lusid/models/interest_rate_swap.py +3 -3
- lusid/models/interest_rate_swaption.py +4 -4
- lusid/models/intermediate_compliance_step.py +3 -3
- lusid/models/intermediate_compliance_step_request.py +3 -10
- lusid/models/intermediate_securities_distribution_event.py +3 -3
- lusid/models/ir_vol_cube_data.py +3 -3
- lusid/models/ir_vol_dependency.py +4 -4
- lusid/models/is_business_day_response.py +1 -1
- lusid/models/journal_entry_line.py +18 -18
- lusid/models/journal_entry_line_share_class_breakdown.py +2 -2
- lusid/models/journal_entry_lines_query_parameters.py +3 -13
- lusid/models/label_value_set.py +1 -1
- lusid/models/lapse_election.py +2 -2
- lusid/models/leg_definition.py +7 -7
- lusid/models/legal_entity.py +5 -5
- lusid/models/level_step.py +1 -1
- lusid/models/life_cycle_event_lineage.py +6 -6
- lusid/models/life_cycle_event_value.py +2 -2
- lusid/models/lineage_member.py +5 -5
- lusid/models/link.py +5 -5
- lusid/models/list_aggregation_reconciliation.py +1 -1
- lusid/models/list_aggregation_response.py +3 -3
- lusid/models/list_complex_market_data_with_meta_data_response.py +2 -2
- lusid/models/loan_facility.py +4 -4
- lusid/models/loan_interest_repayment_event.py +3 -3
- lusid/models/loan_period.py +1 -1
- lusid/models/loan_principal_repayment_event.py +3 -3
- lusid/models/lock_period_diary_entry_request.py +2 -12
- lusid/models/lusid_instrument.py +2 -2
- lusid/models/lusid_problem_details.py +6 -6
- lusid/models/lusid_trade_ticket.py +10 -20
- lusid/models/lusid_unique_id.py +3 -3
- lusid/models/lusid_validation_problem_details.py +6 -6
- lusid/models/mapped_string.py +4 -4
- lusid/models/mapping.py +5 -26
- lusid/models/mapping_rule.py +4 -4
- lusid/models/mark_to_market_conventions.py +2 -2
- lusid/models/market_context.py +1 -1
- lusid/models/market_context_suppliers.py +6 -6
- lusid/models/market_data_key_rule.py +10 -17
- lusid/models/market_data_options.py +2 -2
- lusid/models/market_data_overrides.py +1 -1
- lusid/models/market_data_specific_rule.py +10 -17
- lusid/models/market_options.py +6 -33
- lusid/models/market_quote.py +2 -2
- lusid/models/mastered_instrument.py +8 -8
- lusid/models/match_criterion.py +2 -2
- lusid/models/maturity_event.py +2 -2
- lusid/models/mbs_coupon_event.py +3 -3
- lusid/models/mbs_interest_deferral_event.py +3 -3
- lusid/models/mbs_interest_shortfall_event.py +3 -3
- lusid/models/mbs_principal_event.py +3 -3
- lusid/models/mbs_principal_write_off_event.py +3 -3
- lusid/models/membership.py +4 -4
- lusid/models/membership_and_status.py +5 -5
- lusid/models/merger_event.py +3 -3
- lusid/models/metric_value.py +2 -2
- lusid/models/model_options.py +2 -2
- lusid/models/model_property.py +2 -2
- lusid/models/model_schema.py +3 -3
- lusid/models/model_selection.py +3 -3
- lusid/models/move_orders_to_different_blocks_request.py +1 -1
- lusid/models/moved_order_to_different_block_response.py +1 -1
- lusid/models/multi_currency_amounts.py +1 -1
- lusid/models/new_instrument.py +4 -4
- lusid/models/next_value_in_sequence_response.py +1 -1
- lusid/models/opaque_dependency.py +2 -2
- lusid/models/opaque_market_data.py +6 -6
- lusid/models/opaque_model_options.py +2 -2
- lusid/models/open_event.py +2 -2
- lusid/models/operation.py +4 -4
- lusid/models/option_entry.py +1 -1
- lusid/models/option_exercise_cash_event.py +6 -6
- lusid/models/option_exercise_election.py +2 -2
- lusid/models/option_exercise_physical_event.py +6 -6
- lusid/models/optionality_schedule.py +4 -4
- lusid/models/order.py +7 -7
- lusid/models/order_by_spec.py +3 -3
- lusid/models/order_flow_configuration.py +2 -2
- lusid/models/order_graph_block.py +4 -4
- lusid/models/order_graph_block_allocation_detail.py +1 -1
- lusid/models/order_graph_block_allocation_synopsis.py +1 -1
- lusid/models/order_graph_block_execution_detail.py +1 -1
- lusid/models/order_graph_block_execution_synopsis.py +1 -1
- lusid/models/order_graph_block_order_detail.py +5 -5
- lusid/models/order_graph_block_order_synopsis.py +1 -1
- lusid/models/order_graph_block_placement_detail.py +1 -1
- lusid/models/order_graph_block_placement_synopsis.py +1 -1
- lusid/models/order_graph_block_transaction_detail.py +2 -2
- lusid/models/order_graph_block_transaction_synopsis.py +1 -1
- lusid/models/order_graph_placement.py +2 -2
- lusid/models/order_graph_placement_allocation_detail.py +1 -1
- lusid/models/order_graph_placement_allocation_synopsis.py +1 -1
- lusid/models/order_graph_placement_child_placement_detail.py +1 -1
- lusid/models/order_graph_placement_execution_detail.py +1 -1
- lusid/models/order_graph_placement_execution_synopsis.py +1 -1
- lusid/models/order_graph_placement_order_detail.py +1 -1
- lusid/models/order_graph_placement_order_synopsis.py +1 -1
- lusid/models/order_graph_placement_placement_synopsis.py +1 -1
- lusid/models/order_instruction.py +3 -3
- lusid/models/order_instruction_request.py +1 -1
- lusid/models/order_instruction_set_request.py +1 -1
- lusid/models/order_request.py +5 -5
- lusid/models/order_set_request.py +1 -1
- lusid/models/order_update_request.py +1 -1
- lusid/models/otc_confirmation.py +1 -1
- lusid/models/output_transaction.py +13 -13
- lusid/models/output_transition.py +3 -3
- lusid/models/package.py +1 -1
- lusid/models/package_request.py +1 -1
- lusid/models/package_set_request.py +1 -1
- lusid/models/paged_resource_list_of_abor.py +4 -4
- lusid/models/paged_resource_list_of_abor_configuration.py +4 -4
- lusid/models/paged_resource_list_of_account.py +4 -4
- lusid/models/paged_resource_list_of_address_key_definition.py +4 -4
- lusid/models/paged_resource_list_of_allocation.py +4 -4
- lusid/models/paged_resource_list_of_amortisation_rule_set.py +4 -4
- lusid/models/paged_resource_list_of_block.py +4 -4
- lusid/models/paged_resource_list_of_calendar.py +4 -4
- lusid/models/paged_resource_list_of_chart_of_accounts.py +4 -4
- lusid/models/paged_resource_list_of_cleardown_module_response.py +4 -4
- lusid/models/paged_resource_list_of_cleardown_module_rule.py +4 -4
- lusid/models/paged_resource_list_of_closed_period.py +4 -4
- lusid/models/paged_resource_list_of_compliance_rule_response.py +4 -4
- lusid/models/paged_resource_list_of_compliance_run_info_v2.py +4 -4
- lusid/models/paged_resource_list_of_compliance_template.py +4 -4
- lusid/models/paged_resource_list_of_corporate_action_source.py +4 -4
- lusid/models/paged_resource_list_of_custodian_account.py +4 -4
- lusid/models/paged_resource_list_of_custom_entity_definition.py +4 -4
- lusid/models/paged_resource_list_of_custom_entity_response.py +4 -4
- lusid/models/paged_resource_list_of_custom_entity_type.py +4 -4
- lusid/models/paged_resource_list_of_cut_label_definition.py +4 -4
- lusid/models/paged_resource_list_of_data_type_summary.py +4 -4
- lusid/models/paged_resource_list_of_dialect_id.py +4 -4
- lusid/models/paged_resource_list_of_diary_entry.py +4 -4
- lusid/models/paged_resource_list_of_execution.py +4 -4
- lusid/models/paged_resource_list_of_fee.py +4 -4
- lusid/models/paged_resource_list_of_fee_type.py +4 -4
- lusid/models/paged_resource_list_of_fund.py +4 -4
- lusid/models/paged_resource_list_of_fund_configuration.py +4 -4
- lusid/models/paged_resource_list_of_general_ledger_profile_response.py +4 -4
- lusid/models/paged_resource_list_of_group_reconciliation_comparison_result.py +4 -4
- lusid/models/paged_resource_list_of_group_reconciliation_comparison_ruleset.py +4 -4
- lusid/models/paged_resource_list_of_group_reconciliation_definition.py +4 -4
- lusid/models/paged_resource_list_of_identifier_definition.py +4 -4
- lusid/models/paged_resource_list_of_instrument.py +4 -4
- lusid/models/paged_resource_list_of_instrument_event_holder.py +4 -4
- lusid/models/paged_resource_list_of_instrument_event_instruction.py +4 -4
- lusid/models/paged_resource_list_of_legal_entity.py +4 -4
- lusid/models/paged_resource_list_of_order.py +4 -4
- lusid/models/paged_resource_list_of_order_graph_block.py +4 -4
- lusid/models/paged_resource_list_of_order_graph_placement.py +4 -4
- lusid/models/paged_resource_list_of_order_instruction.py +4 -4
- lusid/models/paged_resource_list_of_package.py +4 -4
- lusid/models/paged_resource_list_of_participation.py +4 -4
- lusid/models/paged_resource_list_of_person.py +4 -4
- lusid/models/paged_resource_list_of_placement.py +4 -4
- lusid/models/paged_resource_list_of_portfolio_group.py +4 -4
- lusid/models/paged_resource_list_of_portfolio_group_search_result.py +4 -4
- lusid/models/paged_resource_list_of_portfolio_search_result.py +4 -4
- lusid/models/paged_resource_list_of_posting_module_response.py +4 -4
- lusid/models/paged_resource_list_of_posting_module_rule.py +4 -4
- lusid/models/paged_resource_list_of_property_definition.py +4 -4
- lusid/models/paged_resource_list_of_property_definition_search_result.py +4 -4
- lusid/models/paged_resource_list_of_reconciliation.py +4 -4
- lusid/models/paged_resource_list_of_reference_list_response.py +4 -4
- lusid/models/paged_resource_list_of_relationship_definition.py +4 -4
- lusid/models/paged_resource_list_of_sequence_definition.py +4 -4
- lusid/models/paged_resource_list_of_staged_modification.py +4 -4
- lusid/models/paged_resource_list_of_staged_modifications_requested_change_interval.py +4 -4
- lusid/models/paged_resource_list_of_staging_rule_set.py +4 -4
- lusid/models/paged_resource_list_of_transaction_template.py +4 -4
- lusid/models/paged_resource_list_of_transaction_template_specification.py +4 -4
- lusid/models/paged_resource_list_of_translation_script_id.py +4 -4
- lusid/models/paged_resource_list_of_valuation_point_overview.py +4 -4
- lusid/models/paged_resource_list_of_virtual_row.py +4 -4
- lusid/models/paged_resource_list_of_workspace.py +4 -4
- lusid/models/paged_resource_list_of_workspace_item.py +4 -4
- lusid/models/participation.py +1 -1
- lusid/models/participation_request.py +1 -1
- lusid/models/participation_set_request.py +1 -1
- lusid/models/percent_check_step.py +3 -3
- lusid/models/percent_check_step_request.py +3 -10
- lusid/models/performance_return.py +2 -2
- lusid/models/performance_returns_metric.py +5 -5
- lusid/models/period_diary_entries_reopened_response.py +2 -2
- lusid/models/perpetual_property.py +2 -2
- lusid/models/person.py +5 -5
- lusid/models/place_blocks_request.py +1 -1
- lusid/models/placement.py +9 -9
- lusid/models/placement_request.py +8 -8
- lusid/models/placement_set_request.py +1 -1
- lusid/models/placement_update_request.py +4 -4
- lusid/models/pnl_journal_entry_line.py +2 -2
- lusid/models/portfolio.py +10 -10
- lusid/models/portfolio_cash_flow.py +3 -3
- lusid/models/portfolio_cash_ladder.py +2 -2
- lusid/models/portfolio_details.py +7 -7
- lusid/models/portfolio_entity.py +7 -7
- lusid/models/portfolio_entity_id.py +4 -18
- lusid/models/portfolio_group.py +4 -4
- lusid/models/portfolio_group_id_compliance_parameter.py +2 -2
- lusid/models/portfolio_group_id_list.py +2 -2
- lusid/models/portfolio_group_id_list_compliance_parameter.py +2 -2
- lusid/models/portfolio_group_properties.py +2 -2
- lusid/models/portfolio_group_search_result.py +4 -4
- lusid/models/portfolio_holding.py +6 -6
- lusid/models/portfolio_id.py +2 -2
- lusid/models/portfolio_id_compliance_parameter.py +2 -2
- lusid/models/portfolio_id_list.py +2 -2
- lusid/models/portfolio_id_list_compliance_parameter.py +2 -2
- lusid/models/portfolio_properties.py +2 -2
- lusid/models/portfolio_reconciliation_request.py +2 -2
- lusid/models/portfolio_result_data_key_rule.py +8 -35
- lusid/models/portfolio_return_breakdown.py +2 -2
- lusid/models/portfolio_search_result.py +6 -6
- lusid/models/portfolio_trade_ticket.py +1 -1
- lusid/models/portfolio_without_href.py +9 -9
- lusid/models/portfolios_reconciliation_request.py +1 -1
- lusid/models/posting_module_details.py +4 -21
- lusid/models/posting_module_request.py +4 -28
- lusid/models/posting_module_response.py +6 -16
- lusid/models/posting_module_rule.py +4 -25
- lusid/models/posting_module_rules_updated_response.py +2 -2
- lusid/models/pre_trade_configuration.py +2 -2
- lusid/models/premium.py +2 -2
- lusid/models/previous_fund_valuation_point_data.py +1 -1
- lusid/models/previous_nav.py +1 -1
- lusid/models/previous_share_class_breakdown.py +1 -1
- lusid/models/pricing_context.py +2 -2
- lusid/models/pricing_options.py +2 -2
- lusid/models/processed_command.py +3 -3
- lusid/models/property_definition.py +16 -16
- lusid/models/property_definition_entity.py +7 -7
- lusid/models/property_definition_search_result.py +15 -15
- lusid/models/property_filter.py +4 -4
- lusid/models/property_interval.py +2 -2
- lusid/models/property_key_compliance_parameter.py +3 -3
- lusid/models/property_key_list_compliance_parameter.py +2 -2
- lusid/models/property_list.py +2 -2
- lusid/models/property_list_compliance_parameter.py +2 -2
- lusid/models/property_schema.py +2 -2
- lusid/models/property_value.py +2 -2
- lusid/models/property_value_equals.py +4 -4
- lusid/models/property_value_in.py +3 -3
- lusid/models/protection_payout_cash_flow_event.py +3 -3
- lusid/models/quantity_instructed.py +2 -2
- lusid/models/query_applicable_instrument_events_request.py +1 -1
- lusid/models/query_bucketed_cash_flows_request.py +5 -15
- lusid/models/query_cash_flows_request.py +1 -1
- lusid/models/query_instrument_events_request.py +2 -12
- lusid/models/query_trade_tickets_request.py +1 -1
- lusid/models/queryable_key.py +9 -9
- lusid/models/quote.py +4 -4
- lusid/models/quote_access_metadata_rule.py +1 -1
- lusid/models/quote_access_metadata_rule_id.py +7 -27
- lusid/models/quote_dependency.py +4 -4
- lusid/models/quote_id.py +2 -2
- lusid/models/quote_series_id.py +7 -7
- lusid/models/raw_vendor_event.py +3 -3
- lusid/models/re_open_period_diary_entry_request.py +2 -12
- lusid/models/realised_gain_loss.py +3 -3
- lusid/models/recipe_block.py +3 -3
- lusid/models/recipe_composer.py +3 -17
- lusid/models/recipe_value.py +3 -3
- lusid/models/recombine_step.py +3 -3
- lusid/models/recommended_sort_by.py +3 -3
- lusid/models/reconcile_date_time_rule.py +3 -3
- lusid/models/reconcile_numeric_rule.py +3 -3
- lusid/models/reconcile_string_rule.py +3 -3
- lusid/models/reconciled_transaction.py +1 -1
- lusid/models/reconciliation.py +4 -4
- lusid/models/reconciliation_break.py +3 -3
- lusid/models/reconciliation_configuration.py +1 -1
- lusid/models/reconciliation_id.py +2 -2
- lusid/models/reconciliation_left_right_address_key_pair.py +3 -3
- lusid/models/reconciliation_line.py +1 -1
- lusid/models/reconciliation_request.py +1 -1
- lusid/models/reconciliation_response.py +1 -1
- lusid/models/reconciliation_rule.py +2 -2
- lusid/models/reconciliation_side_configuration.py +2 -2
- lusid/models/reconciliation_transactions.py +1 -1
- lusid/models/reference_data.py +1 -1
- lusid/models/reference_instrument.py +5 -5
- lusid/models/reference_list.py +2 -2
- lusid/models/reference_list_request.py +3 -3
- lusid/models/reference_list_response.py +3 -3
- lusid/models/reference_portfolio_constituent.py +4 -4
- lusid/models/reference_portfolio_constituent_request.py +2 -2
- lusid/models/related_entity.py +5 -5
- lusid/models/relation.py +3 -3
- lusid/models/relation_definition.py +8 -8
- lusid/models/relationship.py +3 -3
- lusid/models/relationship_definition.py +8 -29
- lusid/models/relative_date_offset.py +3 -3
- lusid/models/repo.py +4 -4
- lusid/models/requested_changes.py +1 -1
- lusid/models/reset_event.py +4 -4
- lusid/models/resource_id.py +3 -3
- lusid/models/resource_list_of_access_controlled_resource.py +4 -4
- lusid/models/resource_list_of_access_metadata_value_of.py +4 -4
- lusid/models/resource_list_of_address_key_definition.py +4 -4
- lusid/models/resource_list_of_aggregated_return.py +4 -4
- lusid/models/resource_list_of_aggregation_query.py +4 -4
- lusid/models/resource_list_of_allocation.py +4 -4
- lusid/models/resource_list_of_applicable_instrument_event.py +4 -4
- lusid/models/resource_list_of_block.py +4 -4
- lusid/models/resource_list_of_block_and_orders.py +4 -4
- lusid/models/resource_list_of_calendar_date.py +4 -4
- lusid/models/resource_list_of_change.py +4 -4
- lusid/models/resource_list_of_change_history.py +4 -4
- lusid/models/resource_list_of_change_interval.py +4 -4
- lusid/models/resource_list_of_change_interval_with_order_management_detail.py +4 -4
- lusid/models/resource_list_of_compliance_breached_order_info.py +4 -4
- lusid/models/resource_list_of_compliance_rule.py +4 -4
- lusid/models/resource_list_of_compliance_rule_result.py +4 -4
- lusid/models/resource_list_of_compliance_run_info.py +4 -4
- lusid/models/resource_list_of_constituents_adjustment_header.py +4 -4
- lusid/models/resource_list_of_corporate_action.py +4 -4
- lusid/models/resource_list_of_data_model_summary.py +4 -4
- lusid/models/resource_list_of_data_type.py +4 -4
- lusid/models/resource_list_of_execution.py +4 -4
- lusid/models/resource_list_of_fee_rule.py +4 -4
- lusid/models/resource_list_of_get_cds_flow_conventions_response.py +4 -4
- lusid/models/resource_list_of_get_counterparty_agreement_response.py +4 -4
- lusid/models/resource_list_of_get_credit_support_annex_response.py +4 -4
- lusid/models/resource_list_of_get_flow_conventions_response.py +4 -4
- lusid/models/resource_list_of_get_index_convention_response.py +4 -4
- lusid/models/resource_list_of_get_recipe_composer_response.py +4 -4
- lusid/models/resource_list_of_get_recipe_response.py +4 -4
- lusid/models/resource_list_of_holdings_adjustment_header.py +4 -4
- lusid/models/resource_list_of_i_unit_definition_dto.py +4 -4
- lusid/models/resource_list_of_instrument_cash_flow.py +4 -4
- lusid/models/resource_list_of_instrument_event_holder.py +4 -4
- lusid/models/resource_list_of_instrument_id_type_descriptor.py +4 -4
- lusid/models/resource_list_of_legal_entity.py +4 -4
- lusid/models/resource_list_of_list_complex_market_data_with_meta_data_response.py +4 -4
- lusid/models/resource_list_of_mapping.py +4 -4
- lusid/models/resource_list_of_moved_order_to_different_block_response.py +4 -4
- lusid/models/resource_list_of_order.py +4 -4
- lusid/models/resource_list_of_order_instruction.py +4 -4
- lusid/models/resource_list_of_output_transaction.py +4 -4
- lusid/models/resource_list_of_package.py +4 -4
- lusid/models/resource_list_of_participation.py +4 -4
- lusid/models/resource_list_of_performance_return.py +4 -4
- lusid/models/resource_list_of_person.py +4 -4
- lusid/models/resource_list_of_placement.py +4 -4
- lusid/models/resource_list_of_portfolio.py +4 -4
- lusid/models/resource_list_of_portfolio_cash_flow.py +4 -4
- lusid/models/resource_list_of_portfolio_cash_ladder.py +4 -4
- lusid/models/resource_list_of_portfolio_trade_ticket.py +4 -4
- lusid/models/resource_list_of_processed_command.py +4 -4
- lusid/models/resource_list_of_property.py +4 -4
- lusid/models/resource_list_of_property_definition.py +4 -4
- lusid/models/resource_list_of_property_interval.py +4 -4
- lusid/models/resource_list_of_queryable_key.py +4 -4
- lusid/models/resource_list_of_quote.py +4 -4
- lusid/models/resource_list_of_quote_access_metadata_rule.py +4 -4
- lusid/models/resource_list_of_reconciliation_break.py +4 -4
- lusid/models/resource_list_of_relation.py +4 -4
- lusid/models/resource_list_of_relationship.py +4 -4
- lusid/models/resource_list_of_scope_definition.py +4 -4
- lusid/models/resource_list_of_side_definition.py +4 -4
- lusid/models/resource_list_of_string.py +4 -4
- lusid/models/resource_list_of_tax_rule_set.py +4 -4
- lusid/models/resource_list_of_transaction.py +4 -4
- lusid/models/resource_list_of_transaction_type.py +4 -4
- lusid/models/resource_list_of_value_type.py +4 -4
- lusid/models/response_meta_data.py +4 -4
- lusid/models/result_data_key_rule.py +8 -15
- lusid/models/result_data_schema.py +1 -1
- lusid/models/result_key_rule.py +2 -2
- lusid/models/result_value.py +2 -2
- lusid/models/result_value0_d.py +3 -3
- lusid/models/result_value_bool.py +2 -2
- lusid/models/result_value_currency.py +3 -3
- lusid/models/result_value_date_time_offset.py +2 -2
- lusid/models/result_value_decimal.py +2 -2
- lusid/models/result_value_dictionary.py +2 -2
- lusid/models/result_value_int.py +2 -2
- lusid/models/result_value_string.py +3 -3
- lusid/models/return_zero_pv_options.py +1 -1
- lusid/models/reverse_stock_split_event.py +3 -3
- lusid/models/rounding_configuration.py +1 -1
- lusid/models/rounding_configuration_component.py +2 -2
- lusid/models/rounding_convention.py +3 -3
- lusid/models/rules_interval.py +1 -1
- lusid/models/schedule.py +2 -2
- lusid/models/scope_definition.py +2 -2
- lusid/models/scrip_dividend_event.py +3 -3
- lusid/models/script_map_reference.py +4 -25
- lusid/models/security_election.py +2 -2
- lusid/models/security_offer_election.py +2 -2
- lusid/models/sequence_definition.py +2 -2
- lusid/models/set_amortisation_rules_request.py +1 -1
- lusid/models/set_legal_entity_identifiers_request.py +1 -1
- lusid/models/set_legal_entity_properties_request.py +1 -1
- lusid/models/set_person_identifiers_request.py +1 -1
- lusid/models/set_person_properties_request.py +1 -1
- lusid/models/set_share_class_instruments_request.py +1 -1
- lusid/models/set_transaction_configuration_alias.py +5 -12
- lusid/models/set_transaction_configuration_source_request.py +1 -1
- lusid/models/settlement_cycle.py +1 -1
- lusid/models/settlement_schedule.py +2 -2
- lusid/models/share_class_amount.py +1 -1
- lusid/models/share_class_breakdown.py +1 -1
- lusid/models/share_class_data.py +1 -1
- lusid/models/share_class_dealing_breakdown.py +1 -1
- lusid/models/share_class_details.py +5 -35
- lusid/models/share_class_pnl_breakdown.py +1 -1
- lusid/models/side_configuration_data.py +7 -7
- lusid/models/side_configuration_data_request.py +7 -7
- lusid/models/side_definition.py +9 -9
- lusid/models/side_definition_request.py +8 -8
- lusid/models/sides_definition_request.py +2 -2
- lusid/models/simple_cash_flow_loan.py +3 -3
- lusid/models/simple_instrument.py +5 -5
- lusid/models/simple_rounding_convention.py +2 -2
- lusid/models/specific_holding_pricing_info.py +2 -2
- lusid/models/spin_off_event.py +3 -3
- lusid/models/staged_modification.py +10 -10
- lusid/models/staged_modification_decision.py +5 -5
- lusid/models/staged_modification_decision_request.py +3 -3
- lusid/models/staged_modification_effective_range.py +1 -1
- lusid/models/staged_modification_staging_rule.py +3 -3
- lusid/models/staged_modifications_entity_hrefs.py +4 -4
- lusid/models/staged_modifications_info.py +2 -2
- lusid/models/staged_modifications_requested_change_interval.py +3 -3
- lusid/models/staging_rule.py +4 -4
- lusid/models/staging_rule_approval_criteria.py +2 -2
- lusid/models/staging_rule_match_criteria.py +3 -3
- lusid/models/staging_rule_set.py +6 -6
- lusid/models/step_schedule.py +4 -4
- lusid/models/stock_dividend_event.py +3 -3
- lusid/models/stock_split_event.py +3 -3
- lusid/models/strategy.py +2 -2
- lusid/models/string_compliance_parameter.py +3 -3
- lusid/models/string_list.py +2 -2
- lusid/models/string_list_compliance_parameter.py +2 -2
- lusid/models/structured_result_data.py +5 -5
- lusid/models/structured_result_data_id.py +5 -22
- lusid/models/sub_holding_key_value_equals.py +4 -4
- lusid/models/swap_cash_flow_event.py +3 -3
- lusid/models/swap_principal_event.py +3 -3
- lusid/models/target_tax_lot.py +1 -1
- lusid/models/target_tax_lot_request.py +1 -1
- lusid/models/tax_rule.py +3 -17
- lusid/models/tax_rule_set.py +4 -18
- lusid/models/template_field.py +6 -6
- lusid/models/tender_event.py +3 -3
- lusid/models/term_deposit.py +3 -3
- lusid/models/term_deposit_interest_event.py +3 -3
- lusid/models/term_deposit_principal_event.py +3 -3
- lusid/models/timeline.py +4 -4
- lusid/models/total_return_swap.py +2 -2
- lusid/models/touch.py +4 -4
- lusid/models/trade_ticket.py +2 -2
- lusid/models/trading_conventions.py +1 -1
- lusid/models/transaction.py +10 -10
- lusid/models/transaction_configuration_data.py +1 -1
- lusid/models/transaction_configuration_data_request.py +1 -1
- lusid/models/transaction_configuration_movement_data.py +4 -4
- lusid/models/transaction_configuration_movement_data_request.py +4 -4
- lusid/models/transaction_configuration_type_alias.py +7 -17
- lusid/models/transaction_currency_and_amount.py +3 -3
- lusid/models/transaction_date_windows.py +3 -17
- lusid/models/transaction_diagnostics.py +2 -2
- lusid/models/transaction_field_map.py +10 -10
- lusid/models/transaction_price.py +2 -2
- lusid/models/transaction_price_and_type.py +3 -3
- lusid/models/transaction_property_map.py +3 -3
- lusid/models/transaction_property_mapping.py +3 -3
- lusid/models/transaction_property_mapping_request.py +3 -3
- lusid/models/transaction_query_parameters.py +4 -4
- lusid/models/transaction_reconciliation_request.py +1 -1
- lusid/models/transaction_reconciliation_request_v2.py +1 -1
- lusid/models/transaction_request.py +9 -9
- lusid/models/transaction_set_configuration_data.py +1 -1
- lusid/models/transaction_set_configuration_data_request.py +1 -1
- lusid/models/transaction_template.py +5 -5
- lusid/models/transaction_template_request.py +2 -2
- lusid/models/transaction_template_specification.py +2 -2
- lusid/models/transaction_type.py +1 -1
- lusid/models/transaction_type_alias.py +5 -19
- lusid/models/transaction_type_calculation.py +4 -4
- lusid/models/transaction_type_details.py +4 -4
- lusid/models/transaction_type_movement.py +6 -33
- lusid/models/transaction_type_property_mapping.py +5 -25
- lusid/models/transaction_type_request.py +1 -1
- lusid/models/transactions_reconciliations_response.py +1 -1
- lusid/models/transition_event.py +2 -2
- lusid/models/translate_entities_inlined_request.py +2 -2
- lusid/models/translate_entities_request.py +1 -1
- lusid/models/translate_entities_response.py +1 -1
- lusid/models/translate_instrument_definitions_request.py +2 -9
- lusid/models/translate_instrument_definitions_response.py +2 -2
- lusid/models/translate_trade_ticket_request.py +2 -9
- lusid/models/translate_trade_tickets_response.py +2 -2
- lusid/models/translation_context.py +1 -1
- lusid/models/translation_input.py +2 -2
- lusid/models/translation_result.py +2 -2
- lusid/models/translation_script.py +2 -2
- lusid/models/translation_script_id.py +4 -25
- lusid/models/trial_balance.py +5 -5
- lusid/models/trial_balance_query_parameters.py +3 -13
- lusid/models/trigger_event.py +4 -4
- lusid/models/typed_resource_id.py +4 -25
- lusid/models/unitisation_data.py +1 -1
- lusid/models/units_ratio.py +1 -1
- lusid/models/update_amortisation_rule_set_details_request.py +3 -20
- lusid/models/update_calendar_request.py +2 -9
- lusid/models/update_compliance_template_request.py +3 -17
- lusid/models/update_custom_data_model_request.py +4 -28
- lusid/models/update_custom_entity_definition_request.py +3 -17
- lusid/models/update_custom_entity_type_request.py +3 -17
- lusid/models/update_cut_label_definition_request.py +4 -21
- lusid/models/update_data_type_request.py +3 -23
- lusid/models/update_deposit_amount_event.py +2 -2
- lusid/models/update_derived_property_definition_request.py +4 -4
- lusid/models/update_fee_type_request.py +3 -13
- lusid/models/update_group_reconciliation_comparison_ruleset_request.py +3 -3
- lusid/models/update_group_reconciliation_definition_request.py +3 -3
- lusid/models/update_identifier_definition_request.py +4 -34
- lusid/models/update_instrument_identifier_request.py +4 -4
- lusid/models/update_orders_response.py +2 -2
- lusid/models/update_placements_response.py +2 -2
- lusid/models/update_portfolio_group_request.py +3 -3
- lusid/models/update_portfolio_request.py +3 -3
- lusid/models/update_property_definition_request.py +3 -3
- lusid/models/update_reconciliation_request.py +3 -3
- lusid/models/update_reference_data_request.py +1 -1
- lusid/models/update_relationship_definition_request.py +4 -25
- lusid/models/update_staging_rule_set_request.py +3 -3
- lusid/models/update_tax_rule_set_request.py +3 -17
- lusid/models/update_timeline_request.py +3 -3
- lusid/models/update_unit_request.py +4 -34
- lusid/models/upsert_cds_flow_conventions_request.py +1 -1
- lusid/models/upsert_complex_market_data_request.py +1 -1
- lusid/models/upsert_compliance_rule_request.py +4 -4
- lusid/models/upsert_compliance_run_summary_request.py +2 -2
- lusid/models/upsert_compliance_run_summary_result.py +2 -2
- lusid/models/upsert_corporate_action_request.py +3 -20
- lusid/models/upsert_corporate_actions_response.py +2 -2
- lusid/models/upsert_counterparty_agreement_request.py +1 -1
- lusid/models/upsert_credit_support_annex_request.py +1 -1
- lusid/models/upsert_custom_entities_response.py +2 -2
- lusid/models/upsert_custom_entity_access_metadata_request.py +1 -1
- lusid/models/upsert_dialect_request.py +1 -1
- lusid/models/upsert_flow_conventions_request.py +1 -1
- lusid/models/upsert_index_convention_request.py +1 -1
- lusid/models/upsert_instrument_event_request.py +4 -21
- lusid/models/upsert_instrument_events_response.py +2 -2
- lusid/models/upsert_instrument_properties_response.py +1 -1
- lusid/models/upsert_instrument_property_request.py +3 -3
- lusid/models/upsert_instruments_response.py +2 -2
- lusid/models/upsert_legal_entities_response.py +2 -2
- lusid/models/upsert_legal_entity_access_metadata_request.py +1 -1
- lusid/models/upsert_legal_entity_request.py +3 -20
- lusid/models/upsert_person_access_metadata_request.py +1 -1
- lusid/models/upsert_person_request.py +3 -3
- lusid/models/upsert_persons_response.py +1 -1
- lusid/models/upsert_portfolio_access_metadata_request.py +1 -1
- lusid/models/upsert_portfolio_group_access_metadata_request.py +1 -1
- lusid/models/upsert_portfolio_transactions_response.py +2 -2
- lusid/models/upsert_quote_access_metadata_rule_request.py +1 -1
- lusid/models/upsert_quote_request.py +2 -2
- lusid/models/upsert_quotes_response.py +2 -2
- lusid/models/upsert_recipe_composer_request.py +1 -1
- lusid/models/upsert_recipe_request.py +1 -1
- lusid/models/upsert_reference_portfolio_constituent_properties_request.py +1 -1
- lusid/models/upsert_reference_portfolio_constituent_properties_response.py +2 -2
- lusid/models/upsert_reference_portfolio_constituents_request.py +4 -4
- lusid/models/upsert_reference_portfolio_constituents_response.py +2 -2
- lusid/models/upsert_result_values_data_request.py +2 -2
- lusid/models/upsert_returns_response.py +2 -2
- lusid/models/upsert_single_structured_data_response.py +2 -2
- lusid/models/upsert_structured_data_response.py +2 -2
- lusid/models/upsert_structured_result_data_request.py +1 -1
- lusid/models/upsert_transaction_properties_response.py +2 -2
- lusid/models/upsert_translation_script_request.py +2 -2
- lusid/models/upsert_valuation_point_request.py +3 -20
- lusid/models/user.py +2 -2
- lusid/models/valuation_point_data_query_parameters.py +1 -1
- lusid/models/valuation_point_data_request.py +2 -9
- lusid/models/valuation_point_data_response.py +6 -6
- lusid/models/valuation_point_overview.py +5 -5
- lusid/models/valuation_point_resource_list_of_accounted_transaction.py +4 -4
- lusid/models/valuation_point_resource_list_of_fund_journal_entry_line.py +4 -4
- lusid/models/valuation_point_resource_list_of_pnl_journal_entry_line.py +4 -4
- lusid/models/valuation_point_resource_list_of_trial_balance.py +4 -4
- lusid/models/valuation_request.py +2 -2
- lusid/models/valuation_schedule.py +6 -6
- lusid/models/valuations_reconciliation_request.py +1 -1
- lusid/models/vendor_dependency.py +3 -3
- lusid/models/vendor_model_rule.py +6 -6
- lusid/models/version.py +7 -7
- lusid/models/version_summary_dto.py +4 -4
- lusid/models/versioned_resource_list_of_a2_b_data_record.py +4 -4
- lusid/models/versioned_resource_list_of_a2_b_movement_record.py +4 -4
- lusid/models/versioned_resource_list_of_holding_contributor.py +4 -4
- lusid/models/versioned_resource_list_of_journal_entry_line.py +4 -4
- lusid/models/versioned_resource_list_of_output_transaction.py +4 -4
- lusid/models/versioned_resource_list_of_portfolio_holding.py +4 -4
- lusid/models/versioned_resource_list_of_transaction.py +4 -4
- lusid/models/versioned_resource_list_of_trial_balance.py +4 -4
- lusid/models/versioned_resource_list_with_warnings_of_portfolio_holding.py +4 -4
- lusid/models/virtual_document.py +1 -1
- lusid/models/virtual_document_row.py +1 -1
- lusid/models/virtual_row.py +1 -1
- lusid/models/warning.py +3 -3
- lusid/models/weekend_mask.py +2 -9
- lusid/models/weighted_instrument.py +3 -3
- lusid/models/weighted_instrument_in_line_lookup_identifiers.py +12 -12
- lusid/models/weighted_instruments.py +1 -1
- lusid/models/workspace.py +3 -3
- lusid/models/workspace_creation_request.py +3 -10
- lusid/models/workspace_item.py +5 -12
- lusid/models/workspace_item_creation_request.py +5 -26
- lusid/models/workspace_item_update_request.py +3 -10
- lusid/models/workspace_update_request.py +2 -2
- lusid/models/yield_curve_data.py +3 -3
- {lusid_sdk-2.1.721.dist-info → lusid_sdk-2.1.722.dist-info}/METADATA +1 -1
- lusid_sdk-2.1.722.dist-info/RECORD +1288 -0
- lusid_sdk-2.1.721.dist-info/RECORD +0 -1288
- {lusid_sdk-2.1.721.dist-info → lusid_sdk-2.1.722.dist-info}/WHEEL +0 -0
@@ -80,6 +80,10 @@ from lusid.exceptions import ( # noqa: F401
|
|
80
80
|
)
|
81
81
|
from lusid.extensions.configuration_options import ConfigurationOptions
|
82
82
|
|
83
|
+
# ensure templated type usages are imported
|
84
|
+
from pydantic.v1 import Field, StrictStr
|
85
|
+
from typing import Optional
|
86
|
+
from typing_extensions import Annotated
|
83
87
|
|
84
88
|
class TransactionPortfoliosApi:
|
85
89
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
@@ -93,16 +97,17 @@ class TransactionPortfoliosApi:
|
|
93
97
|
api_client = ApiClient.get_default()
|
94
98
|
self.api_client = api_client
|
95
99
|
|
100
|
+
|
96
101
|
@overload
|
97
|
-
async def adjust_holdings(self, scope : Annotated[
|
102
|
+
async def adjust_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holdings should be set to the provided targets.")], adjust_holding_request : Annotated[conlist(AdjustHoldingRequest), Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, **kwargs) -> AdjustHolding: # noqa: E501
|
98
103
|
...
|
99
104
|
|
100
105
|
@overload
|
101
|
-
def adjust_holdings(self, scope : Annotated[
|
106
|
+
def adjust_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holdings should be set to the provided targets.")], adjust_holding_request : Annotated[conlist(AdjustHoldingRequest), Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, async_req: Optional[bool]=True, **kwargs) -> AdjustHolding: # noqa: E501
|
102
107
|
...
|
103
108
|
|
104
109
|
@validate_arguments
|
105
|
-
def adjust_holdings(self, scope : Annotated[
|
110
|
+
def adjust_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holdings should be set to the provided targets.")], adjust_holding_request : Annotated[conlist(AdjustHoldingRequest), Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[AdjustHolding, Awaitable[AdjustHolding]]: # noqa: E501
|
106
111
|
"""AdjustHoldings: Adjust holdings # noqa: E501
|
107
112
|
|
108
113
|
Adjust one or more holdings of the specified transaction portfolio to the provided targets. LUSID will automatically construct adjustment transactions to ensure that the holdings which have been adjusted are always set to the provided targets for the specified effective datetime. Read more about the difference between adjusting and setting holdings here https://support.lusid.com/docs/how-do-i-manually-adjust-or-set-holdings. # noqa: E501
|
@@ -141,7 +146,7 @@ class TransactionPortfoliosApi:
|
|
141
146
|
return self.adjust_holdings_with_http_info(scope, code, effective_at, adjust_holding_request, reconciliation_methods, **kwargs) # noqa: E501
|
142
147
|
|
143
148
|
@validate_arguments
|
144
|
-
def adjust_holdings_with_http_info(self, scope : Annotated[
|
149
|
+
def adjust_holdings_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holdings should be set to the provided targets.")], adjust_holding_request : Annotated[conlist(AdjustHoldingRequest), Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
145
150
|
"""AdjustHoldings: Adjust holdings # noqa: E501
|
146
151
|
|
147
152
|
Adjust one or more holdings of the specified transaction portfolio to the provided targets. LUSID will automatically construct adjustment transactions to ensure that the holdings which have been adjusted are always set to the provided targets for the specified effective datetime. Read more about the difference between adjusting and setting holdings here https://support.lusid.com/docs/how-do-i-manually-adjust-or-set-holdings. # noqa: E501
|
@@ -284,16 +289,17 @@ class TransactionPortfoliosApi:
|
|
284
289
|
collection_formats=_collection_formats,
|
285
290
|
_request_auth=_params.get('_request_auth'))
|
286
291
|
|
292
|
+
|
287
293
|
@overload
|
288
|
-
async def batch_adjust_holdings(self, scope : Annotated[
|
294
|
+
async def batch_adjust_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial")], request_body : Annotated[Dict[str, AdjustHoldingForDateRequest], Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, **kwargs) -> BatchAdjustHoldingsResponse: # noqa: E501
|
289
295
|
...
|
290
296
|
|
291
297
|
@overload
|
292
|
-
def batch_adjust_holdings(self, scope : Annotated[
|
298
|
+
def batch_adjust_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial")], request_body : Annotated[Dict[str, AdjustHoldingForDateRequest], Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, async_req: Optional[bool]=True, **kwargs) -> BatchAdjustHoldingsResponse: # noqa: E501
|
293
299
|
...
|
294
300
|
|
295
301
|
@validate_arguments
|
296
|
-
def batch_adjust_holdings(self, scope : Annotated[
|
302
|
+
def batch_adjust_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial")], request_body : Annotated[Dict[str, AdjustHoldingForDateRequest], Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[BatchAdjustHoldingsResponse, Awaitable[BatchAdjustHoldingsResponse]]: # noqa: E501
|
297
303
|
"""[EARLY ACCESS] BatchAdjustHoldings: Batch adjust holdings # noqa: E501
|
298
304
|
|
299
305
|
Adjust one or more holdings of the specified transaction portfolio to the provided targets. LUSID will automatically construct adjustment transactions to ensure that the holdings which have been adjusted are always set to the provided targets for the specified effective datetime in each request. Each request must be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each adjustment in the response. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code # noqa: E501
|
@@ -332,7 +338,7 @@ class TransactionPortfoliosApi:
|
|
332
338
|
return self.batch_adjust_holdings_with_http_info(scope, code, success_mode, request_body, reconciliation_methods, **kwargs) # noqa: E501
|
333
339
|
|
334
340
|
@validate_arguments
|
335
|
-
def batch_adjust_holdings_with_http_info(self, scope : Annotated[
|
341
|
+
def batch_adjust_holdings_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial")], request_body : Annotated[Dict[str, AdjustHoldingForDateRequest], Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
336
342
|
"""[EARLY ACCESS] BatchAdjustHoldings: Batch adjust holdings # noqa: E501
|
337
343
|
|
338
344
|
Adjust one or more holdings of the specified transaction portfolio to the provided targets. LUSID will automatically construct adjustment transactions to ensure that the holdings which have been adjusted are always set to the provided targets for the specified effective datetime in each request. Each request must be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each adjustment in the response. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code # noqa: E501
|
@@ -475,16 +481,17 @@ class TransactionPortfoliosApi:
|
|
475
481
|
collection_formats=_collection_formats,
|
476
482
|
_request_auth=_params.get('_request_auth'))
|
477
483
|
|
484
|
+
|
478
485
|
@overload
|
479
|
-
async def batch_create_trade_tickets(self, scope : Annotated[
|
486
|
+
async def batch_create_trade_tickets(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], lusid_trade_ticket : Annotated[conlist(LusidTradeTicket), Field(..., description="the trade tickets to create")], **kwargs) -> CreateTradeTicketsResponse: # noqa: E501
|
480
487
|
...
|
481
488
|
|
482
489
|
@overload
|
483
|
-
def batch_create_trade_tickets(self, scope : Annotated[
|
490
|
+
def batch_create_trade_tickets(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], lusid_trade_ticket : Annotated[conlist(LusidTradeTicket), Field(..., description="the trade tickets to create")], async_req: Optional[bool]=True, **kwargs) -> CreateTradeTicketsResponse: # noqa: E501
|
484
491
|
...
|
485
492
|
|
486
493
|
@validate_arguments
|
487
|
-
def batch_create_trade_tickets(self, scope : Annotated[
|
494
|
+
def batch_create_trade_tickets(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], lusid_trade_ticket : Annotated[conlist(LusidTradeTicket), Field(..., description="the trade tickets to create")], async_req: Optional[bool]=None, **kwargs) -> Union[CreateTradeTicketsResponse, Awaitable[CreateTradeTicketsResponse]]: # noqa: E501
|
488
495
|
"""[EARLY ACCESS] BatchCreateTradeTickets: Batch Create Trade Tickets # noqa: E501
|
489
496
|
|
490
497
|
Batch create trade tickets. Each ticket is broadly equivalent to a singular call to upsert an instrument, then a counterparty and finally a transaction that makes use of the two. # noqa: E501
|
@@ -519,7 +526,7 @@ class TransactionPortfoliosApi:
|
|
519
526
|
return self.batch_create_trade_tickets_with_http_info(scope, code, lusid_trade_ticket, **kwargs) # noqa: E501
|
520
527
|
|
521
528
|
@validate_arguments
|
522
|
-
def batch_create_trade_tickets_with_http_info(self, scope : Annotated[
|
529
|
+
def batch_create_trade_tickets_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], lusid_trade_ticket : Annotated[conlist(LusidTradeTicket), Field(..., description="the trade tickets to create")], **kwargs) -> ApiResponse: # noqa: E501
|
523
530
|
"""[EARLY ACCESS] BatchCreateTradeTickets: Batch Create Trade Tickets # noqa: E501
|
524
531
|
|
525
532
|
Batch create trade tickets. Each ticket is broadly equivalent to a singular call to upsert an instrument, then a counterparty and finally a transaction that makes use of the two. # noqa: E501
|
@@ -649,16 +656,17 @@ class TransactionPortfoliosApi:
|
|
649
656
|
collection_formats=_collection_formats,
|
650
657
|
_request_auth=_params.get('_request_auth'))
|
651
658
|
|
659
|
+
|
652
660
|
@overload
|
653
|
-
async def batch_set_holdings(self, scope : Annotated[
|
661
|
+
async def batch_set_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial")], request_body : Annotated[Dict[str, AdjustHoldingForDateRequest], Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, **kwargs) -> BatchAdjustHoldingsResponse: # noqa: E501
|
654
662
|
...
|
655
663
|
|
656
664
|
@overload
|
657
|
-
def batch_set_holdings(self, scope : Annotated[
|
665
|
+
def batch_set_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial")], request_body : Annotated[Dict[str, AdjustHoldingForDateRequest], Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, async_req: Optional[bool]=True, **kwargs) -> BatchAdjustHoldingsResponse: # noqa: E501
|
658
666
|
...
|
659
667
|
|
660
668
|
@validate_arguments
|
661
|
-
def batch_set_holdings(self, scope : Annotated[
|
669
|
+
def batch_set_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial")], request_body : Annotated[Dict[str, AdjustHoldingForDateRequest], Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[BatchAdjustHoldingsResponse, Awaitable[BatchAdjustHoldingsResponse]]: # noqa: E501
|
662
670
|
"""[EARLY ACCESS] BatchSetHoldings: Batch set holdings # noqa: E501
|
663
671
|
|
664
672
|
Set the holdings of the specified transaction portfolio to the provided targets. LUSID will automatically construct adjustment transactions to ensure that the entire set of holdings for the transaction portfolio are always set to the provided targets for the specified effective datetime. Read more about the difference between adjusting and setting holdings here https://support.lusid.com/docs/how-do-i-manually-adjust-or-set-holdings. Each request must be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each adjustment in the response. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code # noqa: E501
|
@@ -697,7 +705,7 @@ class TransactionPortfoliosApi:
|
|
697
705
|
return self.batch_set_holdings_with_http_info(scope, code, success_mode, request_body, reconciliation_methods, **kwargs) # noqa: E501
|
698
706
|
|
699
707
|
@validate_arguments
|
700
|
-
def batch_set_holdings_with_http_info(self, scope : Annotated[
|
708
|
+
def batch_set_holdings_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial")], request_body : Annotated[Dict[str, AdjustHoldingForDateRequest], Field(..., description="The selected set of holdings to adjust to the provided targets for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
701
709
|
"""[EARLY ACCESS] BatchSetHoldings: Batch set holdings # noqa: E501
|
702
710
|
|
703
711
|
Set the holdings of the specified transaction portfolio to the provided targets. LUSID will automatically construct adjustment transactions to ensure that the entire set of holdings for the transaction portfolio are always set to the provided targets for the specified effective datetime. Read more about the difference between adjusting and setting holdings here https://support.lusid.com/docs/how-do-i-manually-adjust-or-set-holdings. Each request must be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each adjustment in the response. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code # noqa: E501
|
@@ -840,16 +848,17 @@ class TransactionPortfoliosApi:
|
|
840
848
|
collection_formats=_collection_formats,
|
841
849
|
_request_auth=_params.get('_request_auth'))
|
842
850
|
|
851
|
+
|
843
852
|
@overload
|
844
|
-
async def batch_upsert_transactions(self, scope : Annotated[
|
853
|
+
async def batch_upsert_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial.")], request_body : Annotated[Dict[str, TransactionRequest], Field(..., description="The payload describing the transactions to be created or updated.")], preserve_properties : Annotated[Optional[StrictBool], Field(description="If set to false, the entire property set will be overwritten by the provided properties. If not specified or set to true, only the properties provided will be updated.")] = None, **kwargs) -> BatchUpsertPortfolioTransactionsResponse: # noqa: E501
|
845
854
|
...
|
846
855
|
|
847
856
|
@overload
|
848
|
-
def batch_upsert_transactions(self, scope : Annotated[
|
857
|
+
def batch_upsert_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial.")], request_body : Annotated[Dict[str, TransactionRequest], Field(..., description="The payload describing the transactions to be created or updated.")], preserve_properties : Annotated[Optional[StrictBool], Field(description="If set to false, the entire property set will be overwritten by the provided properties. If not specified or set to true, only the properties provided will be updated.")] = None, async_req: Optional[bool]=True, **kwargs) -> BatchUpsertPortfolioTransactionsResponse: # noqa: E501
|
849
858
|
...
|
850
859
|
|
851
860
|
@validate_arguments
|
852
|
-
def batch_upsert_transactions(self, scope : Annotated[
|
861
|
+
def batch_upsert_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial.")], request_body : Annotated[Dict[str, TransactionRequest], Field(..., description="The payload describing the transactions to be created or updated.")], preserve_properties : Annotated[Optional[StrictBool], Field(description="If set to false, the entire property set will be overwritten by the provided properties. If not specified or set to true, only the properties provided will be updated.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[BatchUpsertPortfolioTransactionsResponse, Awaitable[BatchUpsertPortfolioTransactionsResponse]]: # noqa: E501
|
853
862
|
"""[EARLY ACCESS] BatchUpsertTransactions: Batch upsert transactions # noqa: E501
|
854
863
|
|
855
864
|
Create or update transactions in the transaction portfolio. A transaction will be updated if it already exists and created if it does not. Each request must be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each transaction in the response. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code # noqa: E501
|
@@ -888,7 +897,7 @@ class TransactionPortfoliosApi:
|
|
888
897
|
return self.batch_upsert_transactions_with_http_info(scope, code, success_mode, request_body, preserve_properties, **kwargs) # noqa: E501
|
889
898
|
|
890
899
|
@validate_arguments
|
891
|
-
def batch_upsert_transactions_with_http_info(self, scope : Annotated[
|
900
|
+
def batch_upsert_transactions_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], success_mode : Annotated[StrictStr, Field(..., description="Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial.")], request_body : Annotated[Dict[str, TransactionRequest], Field(..., description="The payload describing the transactions to be created or updated.")], preserve_properties : Annotated[Optional[StrictBool], Field(description="If set to false, the entire property set will be overwritten by the provided properties. If not specified or set to true, only the properties provided will be updated.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
892
901
|
"""[EARLY ACCESS] BatchUpsertTransactions: Batch upsert transactions # noqa: E501
|
893
902
|
|
894
903
|
Create or update transactions in the transaction portfolio. A transaction will be updated if it already exists and created if it does not. Each request must be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each transaction in the response. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code # noqa: E501
|
@@ -1030,16 +1039,17 @@ class TransactionPortfoliosApi:
|
|
1030
1039
|
collection_formats=_collection_formats,
|
1031
1040
|
_request_auth=_params.get('_request_auth'))
|
1032
1041
|
|
1042
|
+
|
1033
1043
|
@overload
|
1034
|
-
async def build_transactions(self, scope : Annotated[
|
1044
|
+
async def build_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_query_parameters : Annotated[TransactionQueryParameters, Field(..., description="The query queryParameters which control how the output transactions are built.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" or \"Transaction\" domain to decorate onto the transactions. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Transaction/strategy/quantsignal\".")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to BuildTransactions.")] = None, **kwargs) -> VersionedResourceListOfOutputTransaction: # noqa: E501
|
1035
1045
|
...
|
1036
1046
|
|
1037
1047
|
@overload
|
1038
|
-
def build_transactions(self, scope : Annotated[
|
1048
|
+
def build_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_query_parameters : Annotated[TransactionQueryParameters, Field(..., description="The query queryParameters which control how the output transactions are built.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" or \"Transaction\" domain to decorate onto the transactions. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Transaction/strategy/quantsignal\".")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to BuildTransactions.")] = None, async_req: Optional[bool]=True, **kwargs) -> VersionedResourceListOfOutputTransaction: # noqa: E501
|
1039
1049
|
...
|
1040
1050
|
|
1041
1051
|
@validate_arguments
|
1042
|
-
def build_transactions(self, scope : Annotated[
|
1052
|
+
def build_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_query_parameters : Annotated[TransactionQueryParameters, Field(..., description="The query queryParameters which control how the output transactions are built.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" or \"Transaction\" domain to decorate onto the transactions. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Transaction/strategy/quantsignal\".")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to BuildTransactions.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[VersionedResourceListOfOutputTransaction, Awaitable[VersionedResourceListOfOutputTransaction]]: # noqa: E501
|
1043
1053
|
"""BuildTransactions: Build transactions # noqa: E501
|
1044
1054
|
|
1045
1055
|
Builds and returns all transactions that affect the holdings of a portfolio over a given interval of effective time into a set of output transactions. This includes transactions automatically generated by LUSID such as holding adjustments. # noqa: E501
|
@@ -1084,7 +1094,7 @@ class TransactionPortfoliosApi:
|
|
1084
1094
|
return self.build_transactions_with_http_info(scope, code, transaction_query_parameters, as_at, filter, property_keys, limit, page, **kwargs) # noqa: E501
|
1085
1095
|
|
1086
1096
|
@validate_arguments
|
1087
|
-
def build_transactions_with_http_info(self, scope : Annotated[
|
1097
|
+
def build_transactions_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_query_parameters : Annotated[TransactionQueryParameters, Field(..., description="The query queryParameters which control how the output transactions are built.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" or \"Transaction\" domain to decorate onto the transactions. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Transaction/strategy/quantsignal\".")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to BuildTransactions.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
1088
1098
|
"""BuildTransactions: Build transactions # noqa: E501
|
1089
1099
|
|
1090
1100
|
Builds and returns all transactions that affect the holdings of a portfolio over a given interval of effective time into a set of output transactions. This includes transactions automatically generated by LUSID such as holding adjustments. # noqa: E501
|
@@ -1248,16 +1258,17 @@ class TransactionPortfoliosApi:
|
|
1248
1258
|
collection_formats=_collection_formats,
|
1249
1259
|
_request_auth=_params.get('_request_auth'))
|
1250
1260
|
|
1261
|
+
|
1251
1262
|
@overload
|
1252
|
-
async def cancel_adjust_holdings(self, scope : Annotated[
|
1263
|
+
async def cancel_adjust_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holding adjustments should be undone.")], **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1253
1264
|
...
|
1254
1265
|
|
1255
1266
|
@overload
|
1256
|
-
def cancel_adjust_holdings(self, scope : Annotated[
|
1267
|
+
def cancel_adjust_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holding adjustments should be undone.")], async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1257
1268
|
...
|
1258
1269
|
|
1259
1270
|
@validate_arguments
|
1260
|
-
def cancel_adjust_holdings(self, scope : Annotated[
|
1271
|
+
def cancel_adjust_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holding adjustments should be undone.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
1261
1272
|
"""CancelAdjustHoldings: Cancel adjust holdings # noqa: E501
|
1262
1273
|
|
1263
1274
|
Cancel all previous holding adjustments made on the specified transaction portfolio for a specified effective datetime. This should be used to undo holding adjustments made via set holdings or adjust holdings. # noqa: E501
|
@@ -1292,7 +1303,7 @@ class TransactionPortfoliosApi:
|
|
1292
1303
|
return self.cancel_adjust_holdings_with_http_info(scope, code, effective_at, **kwargs) # noqa: E501
|
1293
1304
|
|
1294
1305
|
@validate_arguments
|
1295
|
-
def cancel_adjust_holdings_with_http_info(self, scope : Annotated[
|
1306
|
+
def cancel_adjust_holdings_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holding adjustments should be undone.")], **kwargs) -> ApiResponse: # noqa: E501
|
1296
1307
|
"""CancelAdjustHoldings: Cancel adjust holdings # noqa: E501
|
1297
1308
|
|
1298
1309
|
Cancel all previous holding adjustments made on the specified transaction portfolio for a specified effective datetime. This should be used to undo holding adjustments made via set holdings or adjust holdings. # noqa: E501
|
@@ -1415,16 +1426,17 @@ class TransactionPortfoliosApi:
|
|
1415
1426
|
collection_formats=_collection_formats,
|
1416
1427
|
_request_auth=_params.get('_request_auth'))
|
1417
1428
|
|
1429
|
+
|
1418
1430
|
@overload
|
1419
|
-
async def cancel_single_adjust_holding(self, scope : Annotated[
|
1431
|
+
async def cancel_single_adjust_holding(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the previous adjustment was made.")], cancel_single_holding_adjustment_request : Annotated[CancelSingleHoldingAdjustmentRequest, Field(..., description="The selected holding adjustment to be canceled.")], **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1420
1432
|
...
|
1421
1433
|
|
1422
1434
|
@overload
|
1423
|
-
def cancel_single_adjust_holding(self, scope : Annotated[
|
1435
|
+
def cancel_single_adjust_holding(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the previous adjustment was made.")], cancel_single_holding_adjustment_request : Annotated[CancelSingleHoldingAdjustmentRequest, Field(..., description="The selected holding adjustment to be canceled.")], async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1424
1436
|
...
|
1425
1437
|
|
1426
1438
|
@validate_arguments
|
1427
|
-
def cancel_single_adjust_holding(self, scope : Annotated[
|
1439
|
+
def cancel_single_adjust_holding(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the previous adjustment was made.")], cancel_single_holding_adjustment_request : Annotated[CancelSingleHoldingAdjustmentRequest, Field(..., description="The selected holding adjustment to be canceled.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
1428
1440
|
"""[EARLY ACCESS] CancelSingleAdjustHolding: Cancel single holding adjustment. # noqa: E501
|
1429
1441
|
|
1430
1442
|
Cancel one previously sent holding adjustment without affecting the rest of the adjustment in the previous request on the specified effective datetime. # noqa: E501
|
@@ -1461,7 +1473,7 @@ class TransactionPortfoliosApi:
|
|
1461
1473
|
return self.cancel_single_adjust_holding_with_http_info(scope, code, effective_at, cancel_single_holding_adjustment_request, **kwargs) # noqa: E501
|
1462
1474
|
|
1463
1475
|
@validate_arguments
|
1464
|
-
def cancel_single_adjust_holding_with_http_info(self, scope : Annotated[
|
1476
|
+
def cancel_single_adjust_holding_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the previous adjustment was made.")], cancel_single_holding_adjustment_request : Annotated[CancelSingleHoldingAdjustmentRequest, Field(..., description="The selected holding adjustment to be canceled.")], **kwargs) -> ApiResponse: # noqa: E501
|
1465
1477
|
"""[EARLY ACCESS] CancelSingleAdjustHolding: Cancel single holding adjustment. # noqa: E501
|
1466
1478
|
|
1467
1479
|
Cancel one previously sent holding adjustment without affecting the rest of the adjustment in the previous request on the specified effective datetime. # noqa: E501
|
@@ -1597,16 +1609,17 @@ class TransactionPortfoliosApi:
|
|
1597
1609
|
collection_formats=_collection_formats,
|
1598
1610
|
_request_auth=_params.get('_request_auth'))
|
1599
1611
|
|
1612
|
+
|
1600
1613
|
@overload
|
1601
|
-
async def cancel_transactions(self, scope : Annotated[
|
1614
|
+
async def cancel_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_ids : Annotated[conlist(StrictStr), Field(..., description="The IDs of the transactions to cancel.")], **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1602
1615
|
...
|
1603
1616
|
|
1604
1617
|
@overload
|
1605
|
-
def cancel_transactions(self, scope : Annotated[
|
1618
|
+
def cancel_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_ids : Annotated[conlist(StrictStr), Field(..., description="The IDs of the transactions to cancel.")], async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1606
1619
|
...
|
1607
1620
|
|
1608
1621
|
@validate_arguments
|
1609
|
-
def cancel_transactions(self, scope : Annotated[
|
1622
|
+
def cancel_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_ids : Annotated[conlist(StrictStr), Field(..., description="The IDs of the transactions to cancel.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
1610
1623
|
"""CancelTransactions: Cancel transactions # noqa: E501
|
1611
1624
|
|
1612
1625
|
Cancel one or more transactions from the transaction portfolio. # noqa: E501
|
@@ -1641,7 +1654,7 @@ class TransactionPortfoliosApi:
|
|
1641
1654
|
return self.cancel_transactions_with_http_info(scope, code, transaction_ids, **kwargs) # noqa: E501
|
1642
1655
|
|
1643
1656
|
@validate_arguments
|
1644
|
-
def cancel_transactions_with_http_info(self, scope : Annotated[
|
1657
|
+
def cancel_transactions_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_ids : Annotated[conlist(StrictStr), Field(..., description="The IDs of the transactions to cancel.")], **kwargs) -> ApiResponse: # noqa: E501
|
1645
1658
|
"""CancelTransactions: Cancel transactions # noqa: E501
|
1646
1659
|
|
1647
1660
|
Cancel one or more transactions from the transaction portfolio. # noqa: E501
|
@@ -1765,16 +1778,17 @@ class TransactionPortfoliosApi:
|
|
1765
1778
|
collection_formats=_collection_formats,
|
1766
1779
|
_request_auth=_params.get('_request_auth'))
|
1767
1780
|
|
1781
|
+
|
1768
1782
|
@overload
|
1769
|
-
async def create_portfolio(self, scope : Annotated[
|
1783
|
+
async def create_portfolio(self, scope : Annotated[StrictStr, Field(..., description="The scope in which to create the transaction portfolio.")], create_transaction_portfolio_request : Annotated[CreateTransactionPortfolioRequest, Field(..., description="The definition of the transaction portfolio.")], **kwargs) -> Portfolio: # noqa: E501
|
1770
1784
|
...
|
1771
1785
|
|
1772
1786
|
@overload
|
1773
|
-
def create_portfolio(self, scope : Annotated[
|
1787
|
+
def create_portfolio(self, scope : Annotated[StrictStr, Field(..., description="The scope in which to create the transaction portfolio.")], create_transaction_portfolio_request : Annotated[CreateTransactionPortfolioRequest, Field(..., description="The definition of the transaction portfolio.")], async_req: Optional[bool]=True, **kwargs) -> Portfolio: # noqa: E501
|
1774
1788
|
...
|
1775
1789
|
|
1776
1790
|
@validate_arguments
|
1777
|
-
def create_portfolio(self, scope : Annotated[
|
1791
|
+
def create_portfolio(self, scope : Annotated[StrictStr, Field(..., description="The scope in which to create the transaction portfolio.")], create_transaction_portfolio_request : Annotated[CreateTransactionPortfolioRequest, Field(..., description="The definition of the transaction portfolio.")], async_req: Optional[bool]=None, **kwargs) -> Union[Portfolio, Awaitable[Portfolio]]: # noqa: E501
|
1778
1792
|
"""CreatePortfolio: Create portfolio # noqa: E501
|
1779
1793
|
|
1780
1794
|
Create a transaction portfolio in a particular scope. # noqa: E501
|
@@ -1807,7 +1821,7 @@ class TransactionPortfoliosApi:
|
|
1807
1821
|
return self.create_portfolio_with_http_info(scope, create_transaction_portfolio_request, **kwargs) # noqa: E501
|
1808
1822
|
|
1809
1823
|
@validate_arguments
|
1810
|
-
def create_portfolio_with_http_info(self, scope : Annotated[
|
1824
|
+
def create_portfolio_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope in which to create the transaction portfolio.")], create_transaction_portfolio_request : Annotated[CreateTransactionPortfolioRequest, Field(..., description="The definition of the transaction portfolio.")], **kwargs) -> ApiResponse: # noqa: E501
|
1811
1825
|
"""CreatePortfolio: Create portfolio # noqa: E501
|
1812
1826
|
|
1813
1827
|
Create a transaction portfolio in a particular scope. # noqa: E501
|
@@ -1931,16 +1945,17 @@ class TransactionPortfoliosApi:
|
|
1931
1945
|
collection_formats=_collection_formats,
|
1932
1946
|
_request_auth=_params.get('_request_auth'))
|
1933
1947
|
|
1948
|
+
|
1934
1949
|
@overload
|
1935
|
-
async def create_trade_ticket(self, scope : Annotated[
|
1950
|
+
async def create_trade_ticket(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], lusid_trade_ticket : Annotated[Optional[LusidTradeTicket], Field(description="the trade ticket to upsert")] = None, **kwargs) -> LusidTradeTicket: # noqa: E501
|
1936
1951
|
...
|
1937
1952
|
|
1938
1953
|
@overload
|
1939
|
-
def create_trade_ticket(self, scope : Annotated[
|
1954
|
+
def create_trade_ticket(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], lusid_trade_ticket : Annotated[Optional[LusidTradeTicket], Field(description="the trade ticket to upsert")] = None, async_req: Optional[bool]=True, **kwargs) -> LusidTradeTicket: # noqa: E501
|
1940
1955
|
...
|
1941
1956
|
|
1942
1957
|
@validate_arguments
|
1943
|
-
def create_trade_ticket(self, scope : Annotated[
|
1958
|
+
def create_trade_ticket(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], lusid_trade_ticket : Annotated[Optional[LusidTradeTicket], Field(description="the trade ticket to upsert")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[LusidTradeTicket, Awaitable[LusidTradeTicket]]: # noqa: E501
|
1944
1959
|
"""[EARLY ACCESS] CreateTradeTicket: Create Trade Ticket # noqa: E501
|
1945
1960
|
|
1946
1961
|
Upsert a trade ticket. Broadly equivalent to a singular call to upsert an instrument, then a counterparty and finally a transaction that makes use of the two. It can be viewed as a utility function or part of a workflow more familiar to users with OTC systems than flow and equity trading ones. # noqa: E501
|
@@ -1975,7 +1990,7 @@ class TransactionPortfoliosApi:
|
|
1975
1990
|
return self.create_trade_ticket_with_http_info(scope, code, lusid_trade_ticket, **kwargs) # noqa: E501
|
1976
1991
|
|
1977
1992
|
@validate_arguments
|
1978
|
-
def create_trade_ticket_with_http_info(self, scope : Annotated[
|
1993
|
+
def create_trade_ticket_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], lusid_trade_ticket : Annotated[Optional[LusidTradeTicket], Field(description="the trade ticket to upsert")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
1979
1994
|
"""[EARLY ACCESS] CreateTradeTicket: Create Trade Ticket # noqa: E501
|
1980
1995
|
|
1981
1996
|
Upsert a trade ticket. Broadly equivalent to a singular call to upsert an instrument, then a counterparty and finally a transaction that makes use of the two. It can be viewed as a utility function or part of a workflow more familiar to users with OTC systems than flow and equity trading ones. # noqa: E501
|
@@ -2105,16 +2120,17 @@ class TransactionPortfoliosApi:
|
|
2105
2120
|
collection_formats=_collection_formats,
|
2106
2121
|
_request_auth=_params.get('_request_auth'))
|
2107
2122
|
|
2123
|
+
|
2108
2124
|
@overload
|
2109
|
-
async def delete_custodian_accounts(self, scope : Annotated[
|
2125
|
+
async def delete_custodian_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolios.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolios. Together with the scope this uniquely identifies the Transaction Portfolios.")], resource_id : Annotated[conlist(ResourceId), Field(..., description="The scope and codes of the custodian accounts to delete.")], delete_mode : Annotated[Optional[StrictStr], Field( description="The delete mode to use (defaults to 'Soft').")] = None, **kwargs) -> DeleteCustodianAccountsResponse: # noqa: E501
|
2110
2126
|
...
|
2111
2127
|
|
2112
2128
|
@overload
|
2113
|
-
def delete_custodian_accounts(self, scope : Annotated[
|
2129
|
+
def delete_custodian_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolios.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolios. Together with the scope this uniquely identifies the Transaction Portfolios.")], resource_id : Annotated[conlist(ResourceId), Field(..., description="The scope and codes of the custodian accounts to delete.")], delete_mode : Annotated[Optional[StrictStr], Field( description="The delete mode to use (defaults to 'Soft').")] = None, async_req: Optional[bool]=True, **kwargs) -> DeleteCustodianAccountsResponse: # noqa: E501
|
2114
2130
|
...
|
2115
2131
|
|
2116
2132
|
@validate_arguments
|
2117
|
-
def delete_custodian_accounts(self, scope : Annotated[
|
2133
|
+
def delete_custodian_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolios.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolios. Together with the scope this uniquely identifies the Transaction Portfolios.")], resource_id : Annotated[conlist(ResourceId), Field(..., description="The scope and codes of the custodian accounts to delete.")], delete_mode : Annotated[Optional[StrictStr], Field( description="The delete mode to use (defaults to 'Soft').")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[DeleteCustodianAccountsResponse, Awaitable[DeleteCustodianAccountsResponse]]: # noqa: E501
|
2118
2134
|
"""[EXPERIMENTAL] DeleteCustodianAccounts: Soft or hard delete multiple custodian accounts # noqa: E501
|
2119
2135
|
|
2120
2136
|
Delete one or more custodian accounts from the Transaction Portfolios. Soft deletion marks the custodian account as inactive While the Hard deletion is deleting the custodian account. The batch limit per request is 2,000. # noqa: E501
|
@@ -2151,7 +2167,7 @@ class TransactionPortfoliosApi:
|
|
2151
2167
|
return self.delete_custodian_accounts_with_http_info(scope, code, resource_id, delete_mode, **kwargs) # noqa: E501
|
2152
2168
|
|
2153
2169
|
@validate_arguments
|
2154
|
-
def delete_custodian_accounts_with_http_info(self, scope : Annotated[
|
2170
|
+
def delete_custodian_accounts_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolios.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolios. Together with the scope this uniquely identifies the Transaction Portfolios.")], resource_id : Annotated[conlist(ResourceId), Field(..., description="The scope and codes of the custodian accounts to delete.")], delete_mode : Annotated[Optional[StrictStr], Field( description="The delete mode to use (defaults to 'Soft').")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2155
2171
|
"""[EXPERIMENTAL] DeleteCustodianAccounts: Soft or hard delete multiple custodian accounts # noqa: E501
|
2156
2172
|
|
2157
2173
|
Delete one or more custodian accounts from the Transaction Portfolios. Soft deletion marks the custodian account as inactive While the Hard deletion is deleting the custodian account. The batch limit per request is 2,000. # noqa: E501
|
@@ -2287,16 +2303,17 @@ class TransactionPortfoliosApi:
|
|
2287
2303
|
collection_formats=_collection_formats,
|
2288
2304
|
_request_auth=_params.get('_request_auth'))
|
2289
2305
|
|
2306
|
+
|
2290
2307
|
@overload
|
2291
|
-
async def delete_properties_from_transaction(self, scope : Annotated[
|
2308
|
+
async def delete_properties_from_transaction(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction from which to delete properties.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the properties to delete. These must be from the \"Transaction\" domain and have the format {domain}/{scope}/{code}, for example \"Transaction/strategy/quantsignal\".")], **kwargs) -> DeletedEntityResponse: # noqa: E501
|
2292
2309
|
...
|
2293
2310
|
|
2294
2311
|
@overload
|
2295
|
-
def delete_properties_from_transaction(self, scope : Annotated[
|
2312
|
+
def delete_properties_from_transaction(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction from which to delete properties.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the properties to delete. These must be from the \"Transaction\" domain and have the format {domain}/{scope}/{code}, for example \"Transaction/strategy/quantsignal\".")], async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
2296
2313
|
...
|
2297
2314
|
|
2298
2315
|
@validate_arguments
|
2299
|
-
def delete_properties_from_transaction(self, scope : Annotated[
|
2316
|
+
def delete_properties_from_transaction(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction from which to delete properties.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the properties to delete. These must be from the \"Transaction\" domain and have the format {domain}/{scope}/{code}, for example \"Transaction/strategy/quantsignal\".")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
2300
2317
|
"""DeletePropertiesFromTransaction: Delete properties from transaction # noqa: E501
|
2301
2318
|
|
2302
2319
|
Delete one or more properties from a single transaction in a transaction portfolio. # noqa: E501
|
@@ -2333,7 +2350,7 @@ class TransactionPortfoliosApi:
|
|
2333
2350
|
return self.delete_properties_from_transaction_with_http_info(scope, code, transaction_id, property_keys, **kwargs) # noqa: E501
|
2334
2351
|
|
2335
2352
|
@validate_arguments
|
2336
|
-
def delete_properties_from_transaction_with_http_info(self, scope : Annotated[
|
2353
|
+
def delete_properties_from_transaction_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction from which to delete properties.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the properties to delete. These must be from the \"Transaction\" domain and have the format {domain}/{scope}/{code}, for example \"Transaction/strategy/quantsignal\".")], **kwargs) -> ApiResponse: # noqa: E501
|
2337
2354
|
"""DeletePropertiesFromTransaction: Delete properties from transaction # noqa: E501
|
2338
2355
|
|
2339
2356
|
Delete one or more properties from a single transaction in a transaction portfolio. # noqa: E501
|
@@ -2463,16 +2480,17 @@ class TransactionPortfoliosApi:
|
|
2463
2480
|
collection_formats=_collection_formats,
|
2464
2481
|
_request_auth=_params.get('_request_auth'))
|
2465
2482
|
|
2483
|
+
|
2466
2484
|
@overload
|
2467
|
-
async def get_a2_b_data(self, scope : Annotated[
|
2485
|
+
async def get_a2_b_data(self, scope : Annotated[StrictStr, Field(..., description="The scope of the portfolio to retrieve the A2B report for.")], code : Annotated[StrictStr, Field(..., description="The code of the portfolio to retrieve the A2B report for. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" domain to decorate onto the results. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\".")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> VersionedResourceListOfA2BDataRecord: # noqa: E501
|
2468
2486
|
...
|
2469
2487
|
|
2470
2488
|
@overload
|
2471
|
-
def get_a2_b_data(self, scope : Annotated[
|
2489
|
+
def get_a2_b_data(self, scope : Annotated[StrictStr, Field(..., description="The scope of the portfolio to retrieve the A2B report for.")], code : Annotated[StrictStr, Field(..., description="The code of the portfolio to retrieve the A2B report for. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" domain to decorate onto the results. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\".")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=True, **kwargs) -> VersionedResourceListOfA2BDataRecord: # noqa: E501
|
2472
2490
|
...
|
2473
2491
|
|
2474
2492
|
@validate_arguments
|
2475
|
-
def get_a2_b_data(self, scope : Annotated[
|
2493
|
+
def get_a2_b_data(self, scope : Annotated[StrictStr, Field(..., description="The scope of the portfolio to retrieve the A2B report for.")], code : Annotated[StrictStr, Field(..., description="The code of the portfolio to retrieve the A2B report for. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" domain to decorate onto the results. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\".")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[VersionedResourceListOfA2BDataRecord, Awaitable[VersionedResourceListOfA2BDataRecord]]: # noqa: E501
|
2476
2494
|
"""GetA2BData: Get A2B data # noqa: E501
|
2477
2495
|
|
2478
2496
|
Get an A2B report for the given portfolio. # noqa: E501
|
@@ -2519,7 +2537,7 @@ class TransactionPortfoliosApi:
|
|
2519
2537
|
return self.get_a2_b_data_with_http_info(scope, code, from_effective_at, to_effective_at, as_at, recipe_id_scope, recipe_id_code, property_keys, filter, **kwargs) # noqa: E501
|
2520
2538
|
|
2521
2539
|
@validate_arguments
|
2522
|
-
def get_a2_b_data_with_http_info(self, scope : Annotated[
|
2540
|
+
def get_a2_b_data_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the portfolio to retrieve the A2B report for.")], code : Annotated[StrictStr, Field(..., description="The code of the portfolio to retrieve the A2B report for. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" domain to decorate onto the results. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\".")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2523
2541
|
"""GetA2BData: Get A2B data # noqa: E501
|
2524
2542
|
|
2525
2543
|
Get an A2B report for the given portfolio. # noqa: E501
|
@@ -2682,16 +2700,17 @@ class TransactionPortfoliosApi:
|
|
2682
2700
|
collection_formats=_collection_formats,
|
2683
2701
|
_request_auth=_params.get('_request_auth'))
|
2684
2702
|
|
2703
|
+
|
2685
2704
|
@overload
|
2686
|
-
async def get_a2_b_movements(self, scope : Annotated[
|
2705
|
+
async def get_a2_b_movements(self, scope : Annotated[StrictStr, Field(..., description="The scope of the portfolio to retrieve the A2B movement report for.")], code : Annotated[StrictStr, Field(..., description="The code of the portfolio to retrieve the A2B movement report for. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" domain to decorate onto the results. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\".")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> VersionedResourceListOfA2BMovementRecord: # noqa: E501
|
2687
2706
|
...
|
2688
2707
|
|
2689
2708
|
@overload
|
2690
|
-
def get_a2_b_movements(self, scope : Annotated[
|
2709
|
+
def get_a2_b_movements(self, scope : Annotated[StrictStr, Field(..., description="The scope of the portfolio to retrieve the A2B movement report for.")], code : Annotated[StrictStr, Field(..., description="The code of the portfolio to retrieve the A2B movement report for. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" domain to decorate onto the results. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\".")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=True, **kwargs) -> VersionedResourceListOfA2BMovementRecord: # noqa: E501
|
2691
2710
|
...
|
2692
2711
|
|
2693
2712
|
@validate_arguments
|
2694
|
-
def get_a2_b_movements(self, scope : Annotated[
|
2713
|
+
def get_a2_b_movements(self, scope : Annotated[StrictStr, Field(..., description="The scope of the portfolio to retrieve the A2B movement report for.")], code : Annotated[StrictStr, Field(..., description="The code of the portfolio to retrieve the A2B movement report for. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" domain to decorate onto the results. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\".")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[VersionedResourceListOfA2BMovementRecord, Awaitable[VersionedResourceListOfA2BMovementRecord]]: # noqa: E501
|
2695
2714
|
"""GetA2BMovements: Get an A2B report at the movement level for the given portfolio. # noqa: E501
|
2696
2715
|
|
2697
2716
|
Get an A2B report at the movement level for the given portfolio. # noqa: E501
|
@@ -2738,7 +2757,7 @@ class TransactionPortfoliosApi:
|
|
2738
2757
|
return self.get_a2_b_movements_with_http_info(scope, code, from_effective_at, to_effective_at, as_at, recipe_id_scope, recipe_id_code, property_keys, filter, **kwargs) # noqa: E501
|
2739
2758
|
|
2740
2759
|
@validate_arguments
|
2741
|
-
def get_a2_b_movements_with_http_info(self, scope : Annotated[
|
2760
|
+
def get_a2_b_movements_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the portfolio to retrieve the A2B movement report for.")], code : Annotated[StrictStr, Field(..., description="The code of the portfolio to retrieve the A2B movement report for. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" domain to decorate onto the results. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\".")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2742
2761
|
"""GetA2BMovements: Get an A2B report at the movement level for the given portfolio. # noqa: E501
|
2743
2762
|
|
2744
2763
|
Get an A2B report at the movement level for the given portfolio. # noqa: E501
|
@@ -2901,16 +2920,17 @@ class TransactionPortfoliosApi:
|
|
2901
2920
|
collection_formats=_collection_formats,
|
2902
2921
|
_request_auth=_params.get('_request_auth'))
|
2903
2922
|
|
2923
|
+
|
2904
2924
|
@overload
|
2905
|
-
async def get_bucketed_cash_flows(self, scope : Annotated[
|
2925
|
+
async def get_bucketed_cash_flows(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], bucketed_cash_flow_request : Annotated[Optional[BucketedCashFlowRequest], Field(description="Request specifying the bucketing of cashflows")] = None, **kwargs) -> BucketedCashFlowResponse: # noqa: E501
|
2906
2926
|
...
|
2907
2927
|
|
2908
2928
|
@overload
|
2909
|
-
def get_bucketed_cash_flows(self, scope : Annotated[
|
2929
|
+
def get_bucketed_cash_flows(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], bucketed_cash_flow_request : Annotated[Optional[BucketedCashFlowRequest], Field(description="Request specifying the bucketing of cashflows")] = None, async_req: Optional[bool]=True, **kwargs) -> BucketedCashFlowResponse: # noqa: E501
|
2910
2930
|
...
|
2911
2931
|
|
2912
2932
|
@validate_arguments
|
2913
|
-
def get_bucketed_cash_flows(self, scope : Annotated[
|
2933
|
+
def get_bucketed_cash_flows(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], bucketed_cash_flow_request : Annotated[Optional[BucketedCashFlowRequest], Field(description="Request specifying the bucketing of cashflows")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[BucketedCashFlowResponse, Awaitable[BucketedCashFlowResponse]]: # noqa: E501
|
2914
2934
|
"""[EXPERIMENTAL] GetBucketedCashFlows: Get bucketed cash flows from a list of portfolios # noqa: E501
|
2915
2935
|
|
2916
2936
|
We bucket/aggregate a transaction portfolio's instruments by date or tenor specified in the request. The cashflows are grouped by both instrumentId and currency. If you want transactional level cashflow, please use the 'GetUpsertableCashFlows' endpoint. If you want instrument cashflow, please use the 'GetPortfolioCashFlows' endpoint. Note that these endpoints do not apply bucketing. # noqa: E501
|
@@ -2945,7 +2965,7 @@ class TransactionPortfoliosApi:
|
|
2945
2965
|
return self.get_bucketed_cash_flows_with_http_info(scope, code, bucketed_cash_flow_request, **kwargs) # noqa: E501
|
2946
2966
|
|
2947
2967
|
@validate_arguments
|
2948
|
-
def get_bucketed_cash_flows_with_http_info(self, scope : Annotated[
|
2968
|
+
def get_bucketed_cash_flows_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], bucketed_cash_flow_request : Annotated[Optional[BucketedCashFlowRequest], Field(description="Request specifying the bucketing of cashflows")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2949
2969
|
"""[EXPERIMENTAL] GetBucketedCashFlows: Get bucketed cash flows from a list of portfolios # noqa: E501
|
2950
2970
|
|
2951
2971
|
We bucket/aggregate a transaction portfolio's instruments by date or tenor specified in the request. The cashflows are grouped by both instrumentId and currency. If you want transactional level cashflow, please use the 'GetUpsertableCashFlows' endpoint. If you want instrument cashflow, please use the 'GetPortfolioCashFlows' endpoint. Note that these endpoints do not apply bucketing. # noqa: E501
|
@@ -3075,16 +3095,17 @@ class TransactionPortfoliosApi:
|
|
3075
3095
|
collection_formats=_collection_formats,
|
3076
3096
|
_request_auth=_params.get('_request_auth'))
|
3077
3097
|
|
3098
|
+
|
3078
3099
|
@overload
|
3079
|
-
async def get_custodian_account(self, scope : Annotated[
|
3100
|
+
async def get_custodian_account(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolio.")], custodian_account_scope : Annotated[StrictStr, Field(..., description="The scope of the Custodian Account.")], custodian_account_code : Annotated[StrictStr, Field(..., description="The code of the Custodian Account.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Custodian Account properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Custodian Account definition. Defaults to returning the latest version of the Custodian Account definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'CustodianAccount' domain to decorate onto the Custodian Account. These must take the format {domain}/{scope}/{code}, for example 'CustodianAccount/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, **kwargs) -> CustodianAccount: # noqa: E501
|
3080
3101
|
...
|
3081
3102
|
|
3082
3103
|
@overload
|
3083
|
-
def get_custodian_account(self, scope : Annotated[
|
3104
|
+
def get_custodian_account(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolio.")], custodian_account_scope : Annotated[StrictStr, Field(..., description="The scope of the Custodian Account.")], custodian_account_code : Annotated[StrictStr, Field(..., description="The code of the Custodian Account.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Custodian Account properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Custodian Account definition. Defaults to returning the latest version of the Custodian Account definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'CustodianAccount' domain to decorate onto the Custodian Account. These must take the format {domain}/{scope}/{code}, for example 'CustodianAccount/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, async_req: Optional[bool]=True, **kwargs) -> CustodianAccount: # noqa: E501
|
3084
3105
|
...
|
3085
3106
|
|
3086
3107
|
@validate_arguments
|
3087
|
-
def get_custodian_account(self, scope : Annotated[
|
3108
|
+
def get_custodian_account(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolio.")], custodian_account_scope : Annotated[StrictStr, Field(..., description="The scope of the Custodian Account.")], custodian_account_code : Annotated[StrictStr, Field(..., description="The code of the Custodian Account.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Custodian Account properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Custodian Account definition. Defaults to returning the latest version of the Custodian Account definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'CustodianAccount' domain to decorate onto the Custodian Account. These must take the format {domain}/{scope}/{code}, for example 'CustodianAccount/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[CustodianAccount, Awaitable[CustodianAccount]]: # noqa: E501
|
3088
3109
|
"""[EXPERIMENTAL] GetCustodianAccount: Get Custodian Account # noqa: E501
|
3089
3110
|
|
3090
3111
|
Retrieve the definition of a particular Custodian Account which is part of a Transaction Portfolios. # noqa: E501
|
@@ -3127,7 +3148,7 @@ class TransactionPortfoliosApi:
|
|
3127
3148
|
return self.get_custodian_account_with_http_info(scope, code, custodian_account_scope, custodian_account_code, effective_at, as_at, property_keys, **kwargs) # noqa: E501
|
3128
3149
|
|
3129
3150
|
@validate_arguments
|
3130
|
-
def get_custodian_account_with_http_info(self, scope : Annotated[
|
3151
|
+
def get_custodian_account_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolio.")], custodian_account_scope : Annotated[StrictStr, Field(..., description="The scope of the Custodian Account.")], custodian_account_code : Annotated[StrictStr, Field(..., description="The code of the Custodian Account.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Custodian Account properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Custodian Account definition. Defaults to returning the latest version of the Custodian Account definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'CustodianAccount' domain to decorate onto the Custodian Account. These must take the format {domain}/{scope}/{code}, for example 'CustodianAccount/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3131
3152
|
"""[EXPERIMENTAL] GetCustodianAccount: Get Custodian Account # noqa: E501
|
3132
3153
|
|
3133
3154
|
Retrieve the definition of a particular Custodian Account which is part of a Transaction Portfolios. # noqa: E501
|
@@ -3278,16 +3299,17 @@ class TransactionPortfoliosApi:
|
|
3278
3299
|
collection_formats=_collection_formats,
|
3279
3300
|
_request_auth=_params.get('_request_auth'))
|
3280
3301
|
|
3302
|
+
|
3281
3303
|
@overload
|
3282
|
-
async def get_details(self, scope : Annotated[
|
3304
|
+
async def get_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the details of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the details of the transaction portfolio. Defaults to returning the latest version of the details if not specified.")] = None, **kwargs) -> PortfolioDetails: # noqa: E501
|
3283
3305
|
...
|
3284
3306
|
|
3285
3307
|
@overload
|
3286
|
-
def get_details(self, scope : Annotated[
|
3308
|
+
def get_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the details of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the details of the transaction portfolio. Defaults to returning the latest version of the details if not specified.")] = None, async_req: Optional[bool]=True, **kwargs) -> PortfolioDetails: # noqa: E501
|
3287
3309
|
...
|
3288
3310
|
|
3289
3311
|
@validate_arguments
|
3290
|
-
def get_details(self, scope : Annotated[
|
3312
|
+
def get_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the details of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the details of the transaction portfolio. Defaults to returning the latest version of the details if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PortfolioDetails, Awaitable[PortfolioDetails]]: # noqa: E501
|
3291
3313
|
"""GetDetails: Get details # noqa: E501
|
3292
3314
|
|
3293
3315
|
Get certain details associated with a transaction portfolio. # noqa: E501
|
@@ -3324,7 +3346,7 @@ class TransactionPortfoliosApi:
|
|
3324
3346
|
return self.get_details_with_http_info(scope, code, effective_at, as_at, **kwargs) # noqa: E501
|
3325
3347
|
|
3326
3348
|
@validate_arguments
|
3327
|
-
def get_details_with_http_info(self, scope : Annotated[
|
3349
|
+
def get_details_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the details of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the details of the transaction portfolio. Defaults to returning the latest version of the details if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3328
3350
|
"""GetDetails: Get details # noqa: E501
|
3329
3351
|
|
3330
3352
|
Get certain details associated with a transaction portfolio. # noqa: E501
|
@@ -3456,16 +3478,17 @@ class TransactionPortfoliosApi:
|
|
3456
3478
|
collection_formats=_collection_formats,
|
3457
3479
|
_request_auth=_params.get('_request_auth'))
|
3458
3480
|
|
3481
|
+
|
3459
3482
|
@overload
|
3460
|
-
async def get_holding_contributors(self, scope : Annotated[
|
3483
|
+
async def get_holding_contributors(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_id : Annotated[conint(strict=True, ge=0), Field(..., description="The unique holding identifier")], effective_date : Annotated[Optional[StrictStr], Field( description="Effective date")] = None, from_trade_date : Annotated[Optional[StrictStr], Field( description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_trade_date : Annotated[Optional[StrictStr], Field( description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[StrictStr], Field( description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetHoldingContributors.")] = None, **kwargs) -> VersionedResourceListOfHoldingContributor: # noqa: E501
|
3461
3484
|
...
|
3462
3485
|
|
3463
3486
|
@overload
|
3464
|
-
def get_holding_contributors(self, scope : Annotated[
|
3487
|
+
def get_holding_contributors(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_id : Annotated[conint(strict=True, ge=0), Field(..., description="The unique holding identifier")], effective_date : Annotated[Optional[StrictStr], Field( description="Effective date")] = None, from_trade_date : Annotated[Optional[StrictStr], Field( description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_trade_date : Annotated[Optional[StrictStr], Field( description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[StrictStr], Field( description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetHoldingContributors.")] = None, async_req: Optional[bool]=True, **kwargs) -> VersionedResourceListOfHoldingContributor: # noqa: E501
|
3465
3488
|
...
|
3466
3489
|
|
3467
3490
|
@validate_arguments
|
3468
|
-
def get_holding_contributors(self, scope : Annotated[
|
3491
|
+
def get_holding_contributors(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_id : Annotated[conint(strict=True, ge=0), Field(..., description="The unique holding identifier")], effective_date : Annotated[Optional[StrictStr], Field( description="Effective date")] = None, from_trade_date : Annotated[Optional[StrictStr], Field( description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_trade_date : Annotated[Optional[StrictStr], Field( description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[StrictStr], Field( description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetHoldingContributors.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[VersionedResourceListOfHoldingContributor, Awaitable[VersionedResourceListOfHoldingContributor]]: # noqa: E501
|
3469
3492
|
"""[EARLY ACCESS] GetHoldingContributors: Get Holdings Contributors # noqa: E501
|
3470
3493
|
|
3471
3494
|
Lists all transactions that affect the holdings of a portfolio over a given effective interval. This includes transactions automatically generated by LUSID such as holding adjustments. # noqa: E501
|
@@ -3516,7 +3539,7 @@ class TransactionPortfoliosApi:
|
|
3516
3539
|
return self.get_holding_contributors_with_http_info(scope, code, holding_id, effective_date, from_trade_date, to_trade_date, include_historic, tax_lot_id, limit, as_at, page, **kwargs) # noqa: E501
|
3517
3540
|
|
3518
3541
|
@validate_arguments
|
3519
|
-
def get_holding_contributors_with_http_info(self, scope : Annotated[
|
3542
|
+
def get_holding_contributors_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_id : Annotated[conint(strict=True, ge=0), Field(..., description="The unique holding identifier")], effective_date : Annotated[Optional[StrictStr], Field( description="Effective date")] = None, from_trade_date : Annotated[Optional[StrictStr], Field( description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_trade_date : Annotated[Optional[StrictStr], Field( description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[StrictStr], Field( description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetHoldingContributors.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3520
3543
|
"""[EARLY ACCESS] GetHoldingContributors: Get Holdings Contributors # noqa: E501
|
3521
3544
|
|
3522
3545
|
Lists all transactions that affect the holdings of a portfolio over a given effective interval. This includes transactions automatically generated by LUSID such as holding adjustments. # noqa: E501
|
@@ -3690,16 +3713,17 @@ class TransactionPortfoliosApi:
|
|
3690
3713
|
collection_formats=_collection_formats,
|
3691
3714
|
_request_auth=_params.get('_request_auth'))
|
3692
3715
|
|
3716
|
+
|
3693
3717
|
@overload
|
3694
|
-
async def get_holdings(self, scope : Annotated[
|
3718
|
+
async def get_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the holdings of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings of the transaction portfolio. Defaults to return the latest version if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to filter on the Holding Type, use \"holdingType eq 'p'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\", \"Holding\", \"Custodian Account\" or \"Portfolio\" domain to decorate onto holdings. These must have the format {domain}/{scope}/{code}, for example \"Instrument/system/Name\" or \"Holding/system/Cost\".")] = None, by_taxlots : Annotated[Optional[StrictBool], Field(description="Whether or not to expand the holdings to return the underlying tax-lots. Defaults to False.")] = None, include_settlement_events_after_days : Annotated[Optional[StrictInt], Field(description="Number of days ahead to bring back settlements from, in relation to the specified effectiveAt")] = None, **kwargs) -> VersionedResourceListOfPortfolioHolding: # noqa: E501
|
3695
3719
|
...
|
3696
3720
|
|
3697
3721
|
@overload
|
3698
|
-
def get_holdings(self, scope : Annotated[
|
3722
|
+
def get_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the holdings of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings of the transaction portfolio. Defaults to return the latest version if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to filter on the Holding Type, use \"holdingType eq 'p'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\", \"Holding\", \"Custodian Account\" or \"Portfolio\" domain to decorate onto holdings. These must have the format {domain}/{scope}/{code}, for example \"Instrument/system/Name\" or \"Holding/system/Cost\".")] = None, by_taxlots : Annotated[Optional[StrictBool], Field(description="Whether or not to expand the holdings to return the underlying tax-lots. Defaults to False.")] = None, include_settlement_events_after_days : Annotated[Optional[StrictInt], Field(description="Number of days ahead to bring back settlements from, in relation to the specified effectiveAt")] = None, async_req: Optional[bool]=True, **kwargs) -> VersionedResourceListOfPortfolioHolding: # noqa: E501
|
3699
3723
|
...
|
3700
3724
|
|
3701
3725
|
@validate_arguments
|
3702
|
-
def get_holdings(self, scope : Annotated[
|
3726
|
+
def get_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the holdings of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings of the transaction portfolio. Defaults to return the latest version if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to filter on the Holding Type, use \"holdingType eq 'p'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\", \"Holding\", \"Custodian Account\" or \"Portfolio\" domain to decorate onto holdings. These must have the format {domain}/{scope}/{code}, for example \"Instrument/system/Name\" or \"Holding/system/Cost\".")] = None, by_taxlots : Annotated[Optional[StrictBool], Field(description="Whether or not to expand the holdings to return the underlying tax-lots. Defaults to False.")] = None, include_settlement_events_after_days : Annotated[Optional[StrictInt], Field(description="Number of days ahead to bring back settlements from, in relation to the specified effectiveAt")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[VersionedResourceListOfPortfolioHolding, Awaitable[VersionedResourceListOfPortfolioHolding]]: # noqa: E501
|
3703
3727
|
"""GetHoldings: Get holdings # noqa: E501
|
3704
3728
|
|
3705
3729
|
Calculate holdings for a transaction portfolio. # noqa: E501
|
@@ -3744,7 +3768,7 @@ class TransactionPortfoliosApi:
|
|
3744
3768
|
return self.get_holdings_with_http_info(scope, code, effective_at, as_at, filter, property_keys, by_taxlots, include_settlement_events_after_days, **kwargs) # noqa: E501
|
3745
3769
|
|
3746
3770
|
@validate_arguments
|
3747
|
-
def get_holdings_with_http_info(self, scope : Annotated[
|
3771
|
+
def get_holdings_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the holdings of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings of the transaction portfolio. Defaults to return the latest version if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to filter on the Holding Type, use \"holdingType eq 'p'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\", \"Holding\", \"Custodian Account\" or \"Portfolio\" domain to decorate onto holdings. These must have the format {domain}/{scope}/{code}, for example \"Instrument/system/Name\" or \"Holding/system/Cost\".")] = None, by_taxlots : Annotated[Optional[StrictBool], Field(description="Whether or not to expand the holdings to return the underlying tax-lots. Defaults to False.")] = None, include_settlement_events_after_days : Annotated[Optional[StrictInt], Field(description="Number of days ahead to bring back settlements from, in relation to the specified effectiveAt")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3748
3772
|
"""GetHoldings: Get holdings # noqa: E501
|
3749
3773
|
|
3750
3774
|
Calculate holdings for a transaction portfolio. # noqa: E501
|
@@ -3901,16 +3925,17 @@ class TransactionPortfoliosApi:
|
|
3901
3925
|
collection_formats=_collection_formats,
|
3902
3926
|
_request_auth=_params.get('_request_auth'))
|
3903
3927
|
|
3928
|
+
|
3904
3929
|
@overload
|
3905
|
-
async def get_holdings_adjustment(self, scope : Annotated[
|
3930
|
+
async def get_holdings_adjustment(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label of the holdings adjustment.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings adjustment. Defaults to the return the latest version of the holdings adjustment if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the ‘Instrument' domain to decorate onto holdings adjustments. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'. Note that properties from the 'Holding’ domain are automatically returned.")] = None, **kwargs) -> HoldingsAdjustment: # noqa: E501
|
3906
3931
|
...
|
3907
3932
|
|
3908
3933
|
@overload
|
3909
|
-
def get_holdings_adjustment(self, scope : Annotated[
|
3934
|
+
def get_holdings_adjustment(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label of the holdings adjustment.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings adjustment. Defaults to the return the latest version of the holdings adjustment if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the ‘Instrument' domain to decorate onto holdings adjustments. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'. Note that properties from the 'Holding’ domain are automatically returned.")] = None, async_req: Optional[bool]=True, **kwargs) -> HoldingsAdjustment: # noqa: E501
|
3910
3935
|
...
|
3911
3936
|
|
3912
3937
|
@validate_arguments
|
3913
|
-
def get_holdings_adjustment(self, scope : Annotated[
|
3938
|
+
def get_holdings_adjustment(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label of the holdings adjustment.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings adjustment. Defaults to the return the latest version of the holdings adjustment if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the ‘Instrument' domain to decorate onto holdings adjustments. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'. Note that properties from the 'Holding’ domain are automatically returned.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[HoldingsAdjustment, Awaitable[HoldingsAdjustment]]: # noqa: E501
|
3914
3939
|
"""GetHoldingsAdjustment: Get holdings adjustment # noqa: E501
|
3915
3940
|
|
3916
3941
|
Get a holdings adjustment made to a transaction portfolio at a specific effective datetime. Note that a holdings adjustment will only be returned if one exists for the specified effective datetime. # noqa: E501
|
@@ -3949,7 +3974,7 @@ class TransactionPortfoliosApi:
|
|
3949
3974
|
return self.get_holdings_adjustment_with_http_info(scope, code, effective_at, as_at, property_keys, **kwargs) # noqa: E501
|
3950
3975
|
|
3951
3976
|
@validate_arguments
|
3952
|
-
def get_holdings_adjustment_with_http_info(self, scope : Annotated[
|
3977
|
+
def get_holdings_adjustment_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label of the holdings adjustment.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings adjustment. Defaults to the return the latest version of the holdings adjustment if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the ‘Instrument' domain to decorate onto holdings adjustments. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'. Note that properties from the 'Holding’ domain are automatically returned.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3953
3978
|
"""GetHoldingsAdjustment: Get holdings adjustment # noqa: E501
|
3954
3979
|
|
3955
3980
|
Get a holdings adjustment made to a transaction portfolio at a specific effective datetime. Note that a holdings adjustment will only be returned if one exists for the specified effective datetime. # noqa: E501
|
@@ -4088,16 +4113,17 @@ class TransactionPortfoliosApi:
|
|
4088
4113
|
collection_formats=_collection_formats,
|
4089
4114
|
_request_auth=_params.get('_request_auth'))
|
4090
4115
|
|
4116
|
+
|
4091
4117
|
@overload
|
4092
|
-
async def get_holdings_with_orders(self, scope : Annotated[
|
4118
|
+
async def get_holdings_with_orders(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the holdings of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings of the transaction portfolio. Defaults to return the latest version of the holdings if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to filter on the Holding Type, use \"holdingType eq 'p'\" For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\", \"Holding\" or \"Portfolio\" domain to decorate onto the holdings. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Holding/system/Cost\".")] = None, by_taxlots : Annotated[Optional[StrictBool], Field(description="Whether or not to expand the holdings to return the underlying tax-lots. Defaults to False.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, include_settlement_events_after_days : Annotated[Optional[StrictInt], Field(description="Number of days ahead to bring back settlements from, in relation to the specified effectiveAt")] = None, **kwargs) -> VersionedResourceListWithWarningsOfPortfolioHolding: # noqa: E501
|
4093
4119
|
...
|
4094
4120
|
|
4095
4121
|
@overload
|
4096
|
-
def get_holdings_with_orders(self, scope : Annotated[
|
4122
|
+
def get_holdings_with_orders(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the holdings of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings of the transaction portfolio. Defaults to return the latest version of the holdings if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to filter on the Holding Type, use \"holdingType eq 'p'\" For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\", \"Holding\" or \"Portfolio\" domain to decorate onto the holdings. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Holding/system/Cost\".")] = None, by_taxlots : Annotated[Optional[StrictBool], Field(description="Whether or not to expand the holdings to return the underlying tax-lots. Defaults to False.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, include_settlement_events_after_days : Annotated[Optional[StrictInt], Field(description="Number of days ahead to bring back settlements from, in relation to the specified effectiveAt")] = None, async_req: Optional[bool]=True, **kwargs) -> VersionedResourceListWithWarningsOfPortfolioHolding: # noqa: E501
|
4097
4123
|
...
|
4098
4124
|
|
4099
4125
|
@validate_arguments
|
4100
|
-
def get_holdings_with_orders(self, scope : Annotated[
|
4126
|
+
def get_holdings_with_orders(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the holdings of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings of the transaction portfolio. Defaults to return the latest version of the holdings if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to filter on the Holding Type, use \"holdingType eq 'p'\" For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\", \"Holding\" or \"Portfolio\" domain to decorate onto the holdings. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Holding/system/Cost\".")] = None, by_taxlots : Annotated[Optional[StrictBool], Field(description="Whether or not to expand the holdings to return the underlying tax-lots. Defaults to False.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, include_settlement_events_after_days : Annotated[Optional[StrictInt], Field(description="Number of days ahead to bring back settlements from, in relation to the specified effectiveAt")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[VersionedResourceListWithWarningsOfPortfolioHolding, Awaitable[VersionedResourceListWithWarningsOfPortfolioHolding]]: # noqa: E501
|
4101
4127
|
"""[EXPERIMENTAL] GetHoldingsWithOrders: Get holdings with orders # noqa: E501
|
4102
4128
|
|
4103
4129
|
Get the holdings of a transaction portfolio. Create virtual holdings for any outstanding orders, and account for order state/fulfillment; that is, treat outstanding orders (and related records) as if they had been realised at moment of query. # noqa: E501
|
@@ -4146,7 +4172,7 @@ class TransactionPortfoliosApi:
|
|
4146
4172
|
return self.get_holdings_with_orders_with_http_info(scope, code, effective_at, as_at, filter, property_keys, by_taxlots, recipe_id_scope, recipe_id_code, include_settlement_events_after_days, **kwargs) # noqa: E501
|
4147
4173
|
|
4148
4174
|
@validate_arguments
|
4149
|
-
def get_holdings_with_orders_with_http_info(self, scope : Annotated[
|
4175
|
+
def get_holdings_with_orders_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the holdings of the transaction portfolio. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings of the transaction portfolio. Defaults to return the latest version of the holdings if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to filter on the Holding Type, use \"holdingType eq 'p'\" For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\", \"Holding\" or \"Portfolio\" domain to decorate onto the holdings. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Holding/system/Cost\".")] = None, by_taxlots : Annotated[Optional[StrictBool], Field(description="Whether or not to expand the holdings to return the underlying tax-lots. Defaults to False.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeId")] = None, include_settlement_events_after_days : Annotated[Optional[StrictInt], Field(description="Number of days ahead to bring back settlements from, in relation to the specified effectiveAt")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
4150
4176
|
"""[EXPERIMENTAL] GetHoldingsWithOrders: Get holdings with orders # noqa: E501
|
4151
4177
|
|
4152
4178
|
Get the holdings of a transaction portfolio. Create virtual holdings for any outstanding orders, and account for order state/fulfillment; that is, treat outstanding orders (and related records) as if they had been realised at moment of query. # noqa: E501
|
@@ -4315,16 +4341,17 @@ class TransactionPortfoliosApi:
|
|
4315
4341
|
collection_formats=_collection_formats,
|
4316
4342
|
_request_auth=_params.get('_request_auth'))
|
4317
4343
|
|
4344
|
+
|
4318
4345
|
@overload
|
4319
|
-
async def get_multiple_holding_contributors(self, scope : Annotated[
|
4346
|
+
async def get_multiple_holding_contributors(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_ids_request : Annotated[HoldingIdsRequest, Field(..., description="The array of unique holding identifiers")], effective_date : Annotated[Optional[StrictStr], Field( description="Effective date")] = None, from_transaction_date : Annotated[Optional[StrictStr], Field( description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_transaction_date : Annotated[Optional[StrictStr], Field( description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[StrictStr], Field( description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetHoldingContributors.")] = None, **kwargs) -> VersionedResourceListOfHoldingContributor: # noqa: E501
|
4320
4347
|
...
|
4321
4348
|
|
4322
4349
|
@overload
|
4323
|
-
def get_multiple_holding_contributors(self, scope : Annotated[
|
4350
|
+
def get_multiple_holding_contributors(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_ids_request : Annotated[HoldingIdsRequest, Field(..., description="The array of unique holding identifiers")], effective_date : Annotated[Optional[StrictStr], Field( description="Effective date")] = None, from_transaction_date : Annotated[Optional[StrictStr], Field( description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_transaction_date : Annotated[Optional[StrictStr], Field( description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[StrictStr], Field( description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetHoldingContributors.")] = None, async_req: Optional[bool]=True, **kwargs) -> VersionedResourceListOfHoldingContributor: # noqa: E501
|
4324
4351
|
...
|
4325
4352
|
|
4326
4353
|
@validate_arguments
|
4327
|
-
def get_multiple_holding_contributors(self, scope : Annotated[
|
4354
|
+
def get_multiple_holding_contributors(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_ids_request : Annotated[HoldingIdsRequest, Field(..., description="The array of unique holding identifiers")], effective_date : Annotated[Optional[StrictStr], Field( description="Effective date")] = None, from_transaction_date : Annotated[Optional[StrictStr], Field( description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_transaction_date : Annotated[Optional[StrictStr], Field( description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[StrictStr], Field( description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetHoldingContributors.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[VersionedResourceListOfHoldingContributor, Awaitable[VersionedResourceListOfHoldingContributor]]: # noqa: E501
|
4328
4355
|
"""[EARLY ACCESS] GetMultipleHoldingContributors: Get Multiple Holding Contributors # noqa: E501
|
4329
4356
|
|
4330
4357
|
Lists all transactions that affect multiple specified holdings of a portfolio over a given effective interval. This includes transactions automatically generated by LUSID such as holding adjustments. # noqa: E501
|
@@ -4375,7 +4402,7 @@ class TransactionPortfoliosApi:
|
|
4375
4402
|
return self.get_multiple_holding_contributors_with_http_info(scope, code, holding_ids_request, effective_date, from_transaction_date, to_transaction_date, include_historic, tax_lot_id, limit, as_at, page, **kwargs) # noqa: E501
|
4376
4403
|
|
4377
4404
|
@validate_arguments
|
4378
|
-
def get_multiple_holding_contributors_with_http_info(self, scope : Annotated[
|
4405
|
+
def get_multiple_holding_contributors_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_ids_request : Annotated[HoldingIdsRequest, Field(..., description="The array of unique holding identifiers")], effective_date : Annotated[Optional[StrictStr], Field( description="Effective date")] = None, from_transaction_date : Annotated[Optional[StrictStr], Field( description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_transaction_date : Annotated[Optional[StrictStr], Field( description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[StrictStr], Field( description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetHoldingContributors.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
4379
4406
|
"""[EARLY ACCESS] GetMultipleHoldingContributors: Get Multiple Holding Contributors # noqa: E501
|
4380
4407
|
|
4381
4408
|
Lists all transactions that affect multiple specified holdings of a portfolio over a given effective interval. This includes transactions automatically generated by LUSID such as holding adjustments. # noqa: E501
|
@@ -4556,16 +4583,17 @@ class TransactionPortfoliosApi:
|
|
4556
4583
|
collection_formats=_collection_formats,
|
4557
4584
|
_request_auth=_params.get('_request_auth'))
|
4558
4585
|
|
4586
|
+
|
4559
4587
|
@overload
|
4560
|
-
async def get_portfolio_cash_flows(self, scope : Annotated[
|
4588
|
+
async def get_portfolio_cash_flows(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")] = None, window_start : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. There is no lower bound if this is not specified. i.e. it is the minimum date.")] = None, window_end : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. The upper bound defaults to 'max date' if it is not specified")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the data. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results. If set to true, unsettled trades will be excluded from the result set.")] = None, **kwargs) -> ResourceListOfInstrumentCashFlow: # noqa: E501
|
4561
4589
|
...
|
4562
4590
|
|
4563
4591
|
@overload
|
4564
|
-
def get_portfolio_cash_flows(self, scope : Annotated[
|
4592
|
+
def get_portfolio_cash_flows(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")] = None, window_start : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. There is no lower bound if this is not specified. i.e. it is the minimum date.")] = None, window_end : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. The upper bound defaults to 'max date' if it is not specified")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the data. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results. If set to true, unsettled trades will be excluded from the result set.")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfInstrumentCashFlow: # noqa: E501
|
4565
4593
|
...
|
4566
4594
|
|
4567
4595
|
@validate_arguments
|
4568
|
-
def get_portfolio_cash_flows(self, scope : Annotated[
|
4596
|
+
def get_portfolio_cash_flows(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")] = None, window_start : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. There is no lower bound if this is not specified. i.e. it is the minimum date.")] = None, window_end : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. The upper bound defaults to 'max date' if it is not specified")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the data. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results. If set to true, unsettled trades will be excluded from the result set.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfInstrumentCashFlow, Awaitable[ResourceListOfInstrumentCashFlow]]: # noqa: E501
|
4569
4597
|
"""GetPortfolioCashFlows: Get portfolio cash flows # noqa: E501
|
4570
4598
|
|
4571
4599
|
Get the set of cash flows that occur in a window for the transaction portfolio's instruments. Note that grouping can affect the quantity of information returned; where a holding is an amalgamation of one or more (e.g. cash) instruments, a unique transaction identifier will not be available. The same may go for diagnostic information (e.g. multiple sources of an aggregate cash amount on a date that is not split out. Grouping at the transaction and instrument level is recommended for those seeking to attribute individual flows. # noqa: E501
|
@@ -4614,7 +4642,7 @@ class TransactionPortfoliosApi:
|
|
4614
4642
|
return self.get_portfolio_cash_flows_with_http_info(scope, code, effective_at, window_start, window_end, as_at, filter, recipe_id_scope, recipe_id_code, exclude_unsettled_trades, **kwargs) # noqa: E501
|
4615
4643
|
|
4616
4644
|
@validate_arguments
|
4617
|
-
def get_portfolio_cash_flows_with_http_info(self, scope : Annotated[
|
4645
|
+
def get_portfolio_cash_flows_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")] = None, window_start : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. There is no lower bound if this is not specified. i.e. it is the minimum date.")] = None, window_end : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. The upper bound defaults to 'max date' if it is not specified")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the data. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results. If set to true, unsettled trades will be excluded from the result set.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
4618
4646
|
"""GetPortfolioCashFlows: Get portfolio cash flows # noqa: E501
|
4619
4647
|
|
4620
4648
|
Get the set of cash flows that occur in a window for the transaction portfolio's instruments. Note that grouping can affect the quantity of information returned; where a holding is an amalgamation of one or more (e.g. cash) instruments, a unique transaction identifier will not be available. The same may go for diagnostic information (e.g. multiple sources of an aggregate cash amount on a date that is not split out. Grouping at the transaction and instrument level is recommended for those seeking to attribute individual flows. # noqa: E501
|
@@ -4782,16 +4810,17 @@ class TransactionPortfoliosApi:
|
|
4782
4810
|
collection_formats=_collection_formats,
|
4783
4811
|
_request_auth=_params.get('_request_auth'))
|
4784
4812
|
|
4813
|
+
|
4785
4814
|
@overload
|
4786
|
-
async def get_portfolio_cash_ladder(self, scope : Annotated[
|
4815
|
+
async def get_portfolio_cash_ladder(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], effective_at : Annotated[StrictStr, Field(..., description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results. If set to true, unsettled trades will be excluded from the result set.")] = None, **kwargs) -> ResourceListOfPortfolioCashLadder: # noqa: E501
|
4787
4816
|
...
|
4788
4817
|
|
4789
4818
|
@overload
|
4790
|
-
def get_portfolio_cash_ladder(self, scope : Annotated[
|
4819
|
+
def get_portfolio_cash_ladder(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], effective_at : Annotated[StrictStr, Field(..., description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results. If set to true, unsettled trades will be excluded from the result set.")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfPortfolioCashLadder: # noqa: E501
|
4791
4820
|
...
|
4792
4821
|
|
4793
4822
|
@validate_arguments
|
4794
|
-
def get_portfolio_cash_ladder(self, scope : Annotated[
|
4823
|
+
def get_portfolio_cash_ladder(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], effective_at : Annotated[StrictStr, Field(..., description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results. If set to true, unsettled trades will be excluded from the result set.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfPortfolioCashLadder, Awaitable[ResourceListOfPortfolioCashLadder]]: # noqa: E501
|
4795
4824
|
"""GetPortfolioCashLadder: Get portfolio cash ladder # noqa: E501
|
4796
4825
|
|
4797
4826
|
Get a cash ladder for a transaction portfolio. # noqa: E501
|
@@ -4840,7 +4869,7 @@ class TransactionPortfoliosApi:
|
|
4840
4869
|
return self.get_portfolio_cash_ladder_with_http_info(scope, code, from_effective_at, to_effective_at, effective_at, as_at, filter, recipe_id_scope, recipe_id_code, exclude_unsettled_trades, **kwargs) # noqa: E501
|
4841
4870
|
|
4842
4871
|
@validate_arguments
|
4843
|
-
def get_portfolio_cash_ladder_with_http_info(self, scope : Annotated[
|
4872
|
+
def get_portfolio_cash_ladder_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], effective_at : Annotated[StrictStr, Field(..., description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results. If set to true, unsettled trades will be excluded from the result set.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
4844
4873
|
"""GetPortfolioCashLadder: Get portfolio cash ladder # noqa: E501
|
4845
4874
|
|
4846
4875
|
Get a cash ladder for a transaction portfolio. # noqa: E501
|
@@ -5008,16 +5037,17 @@ class TransactionPortfoliosApi:
|
|
5008
5037
|
collection_formats=_collection_formats,
|
5009
5038
|
_request_auth=_params.get('_request_auth'))
|
5010
5039
|
|
5040
|
+
|
5011
5041
|
@overload
|
5012
|
-
async def get_portfolio_cash_statement(self, scope : Annotated[
|
5042
|
+
async def get_portfolio_cash_statement(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, **kwargs) -> ResourceListOfPortfolioCashFlow: # noqa: E501
|
5013
5043
|
...
|
5014
5044
|
|
5015
5045
|
@overload
|
5016
|
-
def get_portfolio_cash_statement(self, scope : Annotated[
|
5046
|
+
def get_portfolio_cash_statement(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfPortfolioCashFlow: # noqa: E501
|
5017
5047
|
...
|
5018
5048
|
|
5019
5049
|
@validate_arguments
|
5020
|
-
def get_portfolio_cash_statement(self, scope : Annotated[
|
5050
|
+
def get_portfolio_cash_statement(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfPortfolioCashFlow, Awaitable[ResourceListOfPortfolioCashFlow]]: # noqa: E501
|
5021
5051
|
"""GetPortfolioCashStatement: Get portfolio cash statement # noqa: E501
|
5022
5052
|
|
5023
5053
|
Get a cash statement for a transaction portfolio. # noqa: E501
|
@@ -5062,7 +5092,7 @@ class TransactionPortfoliosApi:
|
|
5062
5092
|
return self.get_portfolio_cash_statement_with_http_info(scope, code, from_effective_at, to_effective_at, as_at, filter, recipe_id_scope, recipe_id_code, **kwargs) # noqa: E501
|
5063
5093
|
|
5064
5094
|
@validate_arguments
|
5065
|
-
def get_portfolio_cash_statement_with_http_info(self, scope : Annotated[
|
5095
|
+
def get_portfolio_cash_statement_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], from_effective_at : Annotated[StrictStr, Field(..., description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")], to_effective_at : Annotated[StrictStr, Field(..., description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no upper bound if this is not specified.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
5066
5096
|
"""GetPortfolioCashStatement: Get portfolio cash statement # noqa: E501
|
5067
5097
|
|
5068
5098
|
Get a cash statement for a transaction portfolio. # noqa: E501
|
@@ -5218,16 +5248,17 @@ class TransactionPortfoliosApi:
|
|
5218
5248
|
collection_formats=_collection_formats,
|
5219
5249
|
_request_auth=_params.get('_request_auth'))
|
5220
5250
|
|
5251
|
+
|
5221
5252
|
@overload
|
5222
|
-
async def get_transaction_history(self, scope : Annotated[
|
5253
|
+
async def get_transaction_history(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction to create or update.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the history of the transaction. Defaults to return the latest version if not specified.")] = None, **kwargs) -> ResourceListOfChangeHistory: # noqa: E501
|
5223
5254
|
...
|
5224
5255
|
|
5225
5256
|
@overload
|
5226
|
-
def get_transaction_history(self, scope : Annotated[
|
5257
|
+
def get_transaction_history(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction to create or update.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the history of the transaction. Defaults to return the latest version if not specified.")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfChangeHistory: # noqa: E501
|
5227
5258
|
...
|
5228
5259
|
|
5229
5260
|
@validate_arguments
|
5230
|
-
def get_transaction_history(self, scope : Annotated[
|
5261
|
+
def get_transaction_history(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction to create or update.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the history of the transaction. Defaults to return the latest version if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfChangeHistory, Awaitable[ResourceListOfChangeHistory]]: # noqa: E501
|
5231
5262
|
"""GetTransactionHistory: Get the history of a transaction # noqa: E501
|
5232
5263
|
|
5233
5264
|
Get all of the changes that have happened to a transaction. # noqa: E501
|
@@ -5264,7 +5295,7 @@ class TransactionPortfoliosApi:
|
|
5264
5295
|
return self.get_transaction_history_with_http_info(scope, code, transaction_id, as_at, **kwargs) # noqa: E501
|
5265
5296
|
|
5266
5297
|
@validate_arguments
|
5267
|
-
def get_transaction_history_with_http_info(self, scope : Annotated[
|
5298
|
+
def get_transaction_history_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction to create or update.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the history of the transaction. Defaults to return the latest version if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
5268
5299
|
"""GetTransactionHistory: Get the history of a transaction # noqa: E501
|
5269
5300
|
|
5270
5301
|
Get all of the changes that have happened to a transaction. # noqa: E501
|
@@ -5396,16 +5427,17 @@ class TransactionPortfoliosApi:
|
|
5396
5427
|
collection_formats=_collection_formats,
|
5397
5428
|
_request_auth=_params.get('_request_auth'))
|
5398
5429
|
|
5430
|
+
|
5399
5431
|
@overload
|
5400
|
-
async def get_transactions(self, scope : Annotated[
|
5432
|
+
async def get_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], from_transaction_date : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve transactions. There is no lower bound if this is not specified.")] = None, to_transaction_date : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve transactions. There is no upper bound if this is not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve transactions. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression with which to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\" For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument', 'Transaction', \"LegalEntity\" or \"CustodianAccount\" domain to decorate onto transactions. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name' or 'Transaction/strategy/quantsignal'.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetTransactions.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. The current behaviour is to return all transactions if possible, but this will change to defaulting to 1000 if not specified in the future. It is recommended to populate this field to enable pagination.")] = None, show_cancelled_transactions : Annotated[Optional[StrictBool], Field(description="Option to specify whether or not to include cancelled transactions, including previous versions of transactions which have since been amended. Defaults to False if not specified.")] = 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, **kwargs) -> VersionedResourceListOfTransaction: # noqa: E501
|
5401
5433
|
...
|
5402
5434
|
|
5403
5435
|
@overload
|
5404
|
-
def get_transactions(self, scope : Annotated[
|
5436
|
+
def get_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], from_transaction_date : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve transactions. There is no lower bound if this is not specified.")] = None, to_transaction_date : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve transactions. There is no upper bound if this is not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve transactions. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression with which to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\" For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument', 'Transaction', \"LegalEntity\" or \"CustodianAccount\" domain to decorate onto transactions. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name' or 'Transaction/strategy/quantsignal'.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetTransactions.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. The current behaviour is to return all transactions if possible, but this will change to defaulting to 1000 if not specified in the future. It is recommended to populate this field to enable pagination.")] = None, show_cancelled_transactions : Annotated[Optional[StrictBool], Field(description="Option to specify whether or not to include cancelled transactions, including previous versions of transactions which have since been amended. Defaults to False if not specified.")] = 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, async_req: Optional[bool]=True, **kwargs) -> VersionedResourceListOfTransaction: # noqa: E501
|
5405
5437
|
...
|
5406
5438
|
|
5407
5439
|
@validate_arguments
|
5408
|
-
def get_transactions(self, scope : Annotated[
|
5440
|
+
def get_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], from_transaction_date : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve transactions. There is no lower bound if this is not specified.")] = None, to_transaction_date : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve transactions. There is no upper bound if this is not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve transactions. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression with which to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\" For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument', 'Transaction', \"LegalEntity\" or \"CustodianAccount\" domain to decorate onto transactions. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name' or 'Transaction/strategy/quantsignal'.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetTransactions.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. The current behaviour is to return all transactions if possible, but this will change to defaulting to 1000 if not specified in the future. It is recommended to populate this field to enable pagination.")] = None, show_cancelled_transactions : Annotated[Optional[StrictBool], Field(description="Option to specify whether or not to include cancelled transactions, including previous versions of transactions which have since been amended. Defaults to False if not specified.")] = 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, async_req: Optional[bool]=None, **kwargs) -> Union[VersionedResourceListOfTransaction, Awaitable[VersionedResourceListOfTransaction]]: # noqa: E501
|
5409
5441
|
"""GetTransactions: Get transactions # noqa: E501
|
5410
5442
|
|
5411
5443
|
Retrieve all the transactions that occurred during a particular time interval. If the portfolio is a derived transaction portfolio, the transactions returned are the union set of all transactions of the parent (and any grandparents, etc.) as well as those of the derived transaction portfolio itself. # noqa: E501
|
@@ -5456,7 +5488,7 @@ class TransactionPortfoliosApi:
|
|
5456
5488
|
return self.get_transactions_with_http_info(scope, code, from_transaction_date, to_transaction_date, as_at, filter, property_keys, page, limit, show_cancelled_transactions, sort_by, **kwargs) # noqa: E501
|
5457
5489
|
|
5458
5490
|
@validate_arguments
|
5459
|
-
def get_transactions_with_http_info(self, scope : Annotated[
|
5491
|
+
def get_transactions_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], from_transaction_date : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve transactions. There is no lower bound if this is not specified.")] = None, to_transaction_date : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve transactions. There is no upper bound if this is not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve transactions. Defaults to returning the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression with which to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\" For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument', 'Transaction', \"LegalEntity\" or \"CustodianAccount\" domain to decorate onto transactions. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name' or 'Transaction/strategy/quantsignal'.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing transactions from a previous call to GetTransactions.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. The current behaviour is to return all transactions if possible, but this will change to defaulting to 1000 if not specified in the future. It is recommended to populate this field to enable pagination.")] = None, show_cancelled_transactions : Annotated[Optional[StrictBool], Field(description="Option to specify whether or not to include cancelled transactions, including previous versions of transactions which have since been amended. Defaults to False if not specified.")] = 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, **kwargs) -> ApiResponse: # noqa: E501
|
5460
5492
|
"""GetTransactions: Get transactions # noqa: E501
|
5461
5493
|
|
5462
5494
|
Retrieve all the transactions that occurred during a particular time interval. If the portfolio is a derived transaction portfolio, the transactions returned are the union set of all transactions of the parent (and any grandparents, etc.) as well as those of the derived transaction portfolio itself. # noqa: E501
|
@@ -5632,16 +5664,17 @@ class TransactionPortfoliosApi:
|
|
5632
5664
|
collection_formats=_collection_formats,
|
5633
5665
|
_request_auth=_params.get('_request_auth'))
|
5634
5666
|
|
5667
|
+
|
5635
5668
|
@overload
|
5636
|
-
async def get_upsertable_portfolio_cash_flows(self, scope : Annotated[
|
5669
|
+
async def get_upsertable_portfolio_cash_flows(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")] = None, window_start : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. There is no lower bound if this is not specified. i.e. uses minimum date-time")] = None, window_end : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. The upper bound defaults to 'max date' if it is not specified")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to true, unsettled trades will be excluded from the result set. If set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results.")] = None, **kwargs) -> ResourceListOfTransaction: # noqa: E501
|
5637
5670
|
...
|
5638
5671
|
|
5639
5672
|
@overload
|
5640
|
-
def get_upsertable_portfolio_cash_flows(self, scope : Annotated[
|
5673
|
+
def get_upsertable_portfolio_cash_flows(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")] = None, window_start : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. There is no lower bound if this is not specified. i.e. uses minimum date-time")] = None, window_end : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. The upper bound defaults to 'max date' if it is not specified")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to true, unsettled trades will be excluded from the result set. If set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results.")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfTransaction: # noqa: E501
|
5641
5674
|
...
|
5642
5675
|
|
5643
5676
|
@validate_arguments
|
5644
|
-
def get_upsertable_portfolio_cash_flows(self, scope : Annotated[
|
5677
|
+
def get_upsertable_portfolio_cash_flows(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")] = None, window_start : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. There is no lower bound if this is not specified. i.e. uses minimum date-time")] = None, window_end : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. The upper bound defaults to 'max date' if it is not specified")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to true, unsettled trades will be excluded from the result set. If set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfTransaction, Awaitable[ResourceListOfTransaction]]: # noqa: E501
|
5645
5678
|
"""GetUpsertablePortfolioCashFlows: Get upsertable portfolio cash flows. # noqa: E501
|
5646
5679
|
|
5647
5680
|
Get the set of cash flows that occur in a window for the given portfolio instruments as a set of upsertable transactions (DTOs). Note that grouping can affect the quantity of information returned; where a holding is an amalgamation of one or more (e.g. cash) instruments, a unique transaction identifier will not be available. The same may go for diagnostic information (e.g. multiple sources of an aggregate cash amount on a date that is not split out. Grouping at the transaction and instrument level is recommended for those seeking to attribute individual flows. In essence this is identical to the 'GetCashFlows' endpoint but returns the cash flows as a set of transactions suitable for directly putting back into LUSID. There are a couple of important points: (1) Internally it can not be fully known where the user wishes to insert these transactions, e.g. portfolio and movement type. These are therefore defaulted to a sensible option; the user will likely need to change these. (2) Similarly, knowledge of any properties the user might wish to add to a transaction are unknown and consequently left empty. (3) The transaction id that is added is simply a concatenation of the original transaction id, instrument id and payment date and direction. The user can happily override this. # noqa: E501
|
@@ -5690,7 +5723,7 @@ class TransactionPortfoliosApi:
|
|
5690
5723
|
return self.get_upsertable_portfolio_cash_flows_with_http_info(scope, code, effective_at, window_start, window_end, as_at, filter, recipe_id_scope, recipe_id_code, exclude_unsettled_trades, **kwargs) # noqa: E501
|
5691
5724
|
|
5692
5725
|
@validate_arguments
|
5693
|
-
def get_upsertable_portfolio_cash_flows_with_http_info(self, scope : Annotated[
|
5726
|
+
def get_upsertable_portfolio_cash_flows_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The valuation (pricing) effective datetime or cut label (inclusive) at which to evaluate the cashflows. This determines whether cashflows are evaluated in a historic or forward looking context and will, for certain models, affect where data is looked up. For example, on a swap if the effectiveAt is in the middle of the window, cashflows before it will be historic and resets assumed to exist where if the effectiveAt is before the start of the range they are forward looking and will be expectations assuming the model supports that. There is evidently a presumption here about availability of data and that the effectiveAt is realistically on or before the real-world today.")] = None, window_start : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. There is no lower bound if this is not specified. i.e. uses minimum date-time")] = None, window_end : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the cashflows. The upper bound defaults to 'max date' if it is not specified")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the portfolio. Defaults to return the latest version of each transaction if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the result set. For example, to return only transactions with a transaction type of 'Buy', specify \"type eq 'Buy'\". For more information about filtering LUSID results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, recipe_id_scope : Annotated[Optional[StrictStr], Field( description="The scope of the given recipeId")] = None, recipe_id_code : Annotated[Optional[StrictStr], Field( description="The code of the given recipeID")] = None, exclude_unsettled_trades : Annotated[Optional[StrictBool], Field(description="If absent or set to true, unsettled trades will be excluded from the result set. If set to false, cashflows will returned based on trade date - more specifically, cashflows from any unsettled trades will be included in the results.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
5694
5727
|
"""GetUpsertablePortfolioCashFlows: Get upsertable portfolio cash flows. # noqa: E501
|
5695
5728
|
|
5696
5729
|
Get the set of cash flows that occur in a window for the given portfolio instruments as a set of upsertable transactions (DTOs). Note that grouping can affect the quantity of information returned; where a holding is an amalgamation of one or more (e.g. cash) instruments, a unique transaction identifier will not be available. The same may go for diagnostic information (e.g. multiple sources of an aggregate cash amount on a date that is not split out. Grouping at the transaction and instrument level is recommended for those seeking to attribute individual flows. In essence this is identical to the 'GetCashFlows' endpoint but returns the cash flows as a set of transactions suitable for directly putting back into LUSID. There are a couple of important points: (1) Internally it can not be fully known where the user wishes to insert these transactions, e.g. portfolio and movement type. These are therefore defaulted to a sensible option; the user will likely need to change these. (2) Similarly, knowledge of any properties the user might wish to add to a transaction are unknown and consequently left empty. (3) The transaction id that is added is simply a concatenation of the original transaction id, instrument id and payment date and direction. The user can happily override this. # noqa: E501
|
@@ -5858,16 +5891,17 @@ class TransactionPortfoliosApi:
|
|
5858
5891
|
collection_formats=_collection_formats,
|
5859
5892
|
_request_auth=_params.get('_request_auth'))
|
5860
5893
|
|
5894
|
+
|
5861
5895
|
@overload
|
5862
|
-
async def list_custodian_accounts(self, scope : Annotated[
|
5896
|
+
async def list_custodian_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolios.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties decorated on Custodian Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing custodian accounts; 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[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Custodian Account type, specify \"code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'CustodianAccount' domain to decorate onto the Custodian Account. These must have the format {domain}/{scope}/{code}, for example 'CustodianAccount/system/Name'.")] = None, **kwargs) -> PagedResourceListOfCustodianAccount: # noqa: E501
|
5863
5897
|
...
|
5864
5898
|
|
5865
5899
|
@overload
|
5866
|
-
def list_custodian_accounts(self, scope : Annotated[
|
5900
|
+
def list_custodian_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolios.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties decorated on Custodian Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing custodian accounts; 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[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Custodian Account type, specify \"code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'CustodianAccount' domain to decorate onto the Custodian Account. These must have the format {domain}/{scope}/{code}, for example 'CustodianAccount/system/Name'.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfCustodianAccount: # noqa: E501
|
5867
5901
|
...
|
5868
5902
|
|
5869
5903
|
@validate_arguments
|
5870
|
-
def list_custodian_accounts(self, scope : Annotated[
|
5904
|
+
def list_custodian_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolios.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties decorated on Custodian Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing custodian accounts; 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[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Custodian Account type, specify \"code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'CustodianAccount' domain to decorate onto the Custodian Account. These must have the format {domain}/{scope}/{code}, for example 'CustodianAccount/system/Name'.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfCustodianAccount, Awaitable[PagedResourceListOfCustodianAccount]]: # noqa: E501
|
5871
5905
|
"""[EXPERIMENTAL] ListCustodianAccounts: List Custodian Accounts # noqa: E501
|
5872
5906
|
|
5873
5907
|
List the custodian accounts in a Transaction Portfolios # noqa: E501
|
@@ -5912,7 +5946,7 @@ class TransactionPortfoliosApi:
|
|
5912
5946
|
return self.list_custodian_accounts_with_http_info(scope, code, effective_at, as_at, page, limit, filter, property_keys, **kwargs) # noqa: E501
|
5913
5947
|
|
5914
5948
|
@validate_arguments
|
5915
|
-
def list_custodian_accounts_with_http_info(self, scope : Annotated[
|
5949
|
+
def list_custodian_accounts_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolios.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties decorated on Custodian Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing custodian accounts; 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[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Custodian Account type, specify \"code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'CustodianAccount' domain to decorate onto the Custodian Account. These must have the format {domain}/{scope}/{code}, for example 'CustodianAccount/system/Name'.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
5916
5950
|
"""[EXPERIMENTAL] ListCustodianAccounts: List Custodian Accounts # noqa: E501
|
5917
5951
|
|
5918
5952
|
List the custodian accounts in a Transaction Portfolios # noqa: E501
|
@@ -6069,16 +6103,17 @@ class TransactionPortfoliosApi:
|
|
6069
6103
|
collection_formats=_collection_formats,
|
6070
6104
|
_request_auth=_params.get('_request_auth'))
|
6071
6105
|
|
6106
|
+
|
6072
6107
|
@overload
|
6073
|
-
async def list_holdings_adjustments(self, scope : Annotated[
|
6108
|
+
async def list_holdings_adjustments(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], from_effective_at : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the holdings adjustments. There is no lower bound if this is not specified.")] = None, to_effective_at : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the holdings adjustments. There is no upper bound if this is not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings adjustments. Defaults to return the latest version of each holding adjustment if not specified.")] = None, **kwargs) -> ResourceListOfHoldingsAdjustmentHeader: # noqa: E501
|
6074
6109
|
...
|
6075
6110
|
|
6076
6111
|
@overload
|
6077
|
-
def list_holdings_adjustments(self, scope : Annotated[
|
6112
|
+
def list_holdings_adjustments(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], from_effective_at : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the holdings adjustments. There is no lower bound if this is not specified.")] = None, to_effective_at : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the holdings adjustments. There is no upper bound if this is not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings adjustments. Defaults to return the latest version of each holding adjustment if not specified.")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfHoldingsAdjustmentHeader: # noqa: E501
|
6078
6113
|
...
|
6079
6114
|
|
6080
6115
|
@validate_arguments
|
6081
|
-
def list_holdings_adjustments(self, scope : Annotated[
|
6116
|
+
def list_holdings_adjustments(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], from_effective_at : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the holdings adjustments. There is no lower bound if this is not specified.")] = None, to_effective_at : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the holdings adjustments. There is no upper bound if this is not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings adjustments. Defaults to return the latest version of each holding adjustment if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfHoldingsAdjustmentHeader, Awaitable[ResourceListOfHoldingsAdjustmentHeader]]: # noqa: E501
|
6082
6117
|
"""ListHoldingsAdjustments: List holdings adjustments # noqa: E501
|
6083
6118
|
|
6084
6119
|
List the holdings adjustments made to the specified transaction portfolio over a specified interval of effective time. # noqa: E501
|
@@ -6117,7 +6152,7 @@ class TransactionPortfoliosApi:
|
|
6117
6152
|
return self.list_holdings_adjustments_with_http_info(scope, code, from_effective_at, to_effective_at, as_at, **kwargs) # noqa: E501
|
6118
6153
|
|
6119
6154
|
@validate_arguments
|
6120
|
-
def list_holdings_adjustments_with_http_info(self, scope : Annotated[
|
6155
|
+
def list_holdings_adjustments_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], from_effective_at : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the holdings adjustments. There is no lower bound if this is not specified.")] = None, to_effective_at : Annotated[Optional[StrictStr], Field( description="The upper bound effective datetime or cut label (inclusive) from which to retrieve the holdings adjustments. There is no upper bound if this is not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the holdings adjustments. Defaults to return the latest version of each holding adjustment if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
6121
6156
|
"""ListHoldingsAdjustments: List holdings adjustments # noqa: E501
|
6122
6157
|
|
6123
6158
|
List the holdings adjustments made to the specified transaction portfolio over a specified interval of effective time. # noqa: E501
|
@@ -6255,16 +6290,17 @@ class TransactionPortfoliosApi:
|
|
6255
6290
|
collection_formats=_collection_formats,
|
6256
6291
|
_request_auth=_params.get('_request_auth'))
|
6257
6292
|
|
6293
|
+
|
6258
6294
|
@overload
|
6259
|
-
async def patch_portfolio_details(self, scope : Annotated[
|
6295
|
+
async def patch_portfolio_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], operation : Annotated[conlist(Operation), Field(..., description="The patch document.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which the updated or inserted details should become valid. Defaults to the current LUSID system datetime if not specified. Note that this will affect all bitemporal entities in the request, but will not be used for any perpetual entities.")] = None, **kwargs) -> PortfolioDetails: # noqa: E501
|
6260
6296
|
...
|
6261
6297
|
|
6262
6298
|
@overload
|
6263
|
-
def patch_portfolio_details(self, scope : Annotated[
|
6299
|
+
def patch_portfolio_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], operation : Annotated[conlist(Operation), Field(..., description="The patch document.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which the updated or inserted details should become valid. Defaults to the current LUSID system datetime if not specified. Note that this will affect all bitemporal entities in the request, but will not be used for any perpetual entities.")] = None, async_req: Optional[bool]=True, **kwargs) -> PortfolioDetails: # noqa: E501
|
6264
6300
|
...
|
6265
6301
|
|
6266
6302
|
@validate_arguments
|
6267
|
-
def patch_portfolio_details(self, scope : Annotated[
|
6303
|
+
def patch_portfolio_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], operation : Annotated[conlist(Operation), Field(..., description="The patch document.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which the updated or inserted details should become valid. Defaults to the current LUSID system datetime if not specified. Note that this will affect all bitemporal entities in the request, but will not be used for any perpetual entities.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PortfolioDetails, Awaitable[PortfolioDetails]]: # noqa: E501
|
6268
6304
|
"""PatchPortfolioDetails: Patch portfolio details # noqa: E501
|
6269
6305
|
|
6270
6306
|
Create or update certain details for a particular transaction portfolio. The behaviour is defined by the JSON Patch specification. Note that not all elements of a transaction portfolio definition are modifiable once it has been created due to the potential implications for data already stored. Currently supported properties are: SubHoldingKeys, BaseCurrency, AmortisationMethod # noqa: E501
|
@@ -6301,7 +6337,7 @@ class TransactionPortfoliosApi:
|
|
6301
6337
|
return self.patch_portfolio_details_with_http_info(scope, code, operation, effective_at, **kwargs) # noqa: E501
|
6302
6338
|
|
6303
6339
|
@validate_arguments
|
6304
|
-
def patch_portfolio_details_with_http_info(self, scope : Annotated[
|
6340
|
+
def patch_portfolio_details_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], operation : Annotated[conlist(Operation), Field(..., description="The patch document.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which the updated or inserted details should become valid. Defaults to the current LUSID system datetime if not specified. Note that this will affect all bitemporal entities in the request, but will not be used for any perpetual entities.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
6305
6341
|
"""PatchPortfolioDetails: Patch portfolio details # noqa: E501
|
6306
6342
|
|
6307
6343
|
Create or update certain details for a particular transaction portfolio. The behaviour is defined by the JSON Patch specification. Note that not all elements of a transaction portfolio definition are modifiable once it has been created due to the potential implications for data already stored. Currently supported properties are: SubHoldingKeys, BaseCurrency, AmortisationMethod # noqa: E501
|
@@ -6437,16 +6473,17 @@ class TransactionPortfoliosApi:
|
|
6437
6473
|
collection_formats=_collection_formats,
|
6438
6474
|
_request_auth=_params.get('_request_auth'))
|
6439
6475
|
|
6476
|
+
|
6440
6477
|
@overload
|
6441
|
-
async def preview_transaction(self, scope : Annotated[
|
6478
|
+
async def preview_transaction(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_request : Annotated[TransactionRequest, Field(..., description="The transaction to be previewed.")], property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" or \"Transaction\" domain to decorate onto the transactions. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Transaction/strategy/quantsignal\".")] = None, show_cancelled_transactions : Annotated[Optional[StrictBool], Field(description="Option to specify whether to include previous versions of an amended transaction in the response. Defaults to False if not specified.")] = None, preserve_properties : Annotated[Optional[StrictBool], Field(description="If the preview transaction is an amendment to an existing transaction, then setting this to true will carry forward any unmodified properties from the earlier version.")] = None, **kwargs) -> ResourceListOfOutputTransaction: # noqa: E501
|
6442
6479
|
...
|
6443
6480
|
|
6444
6481
|
@overload
|
6445
|
-
def preview_transaction(self, scope : Annotated[
|
6482
|
+
def preview_transaction(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_request : Annotated[TransactionRequest, Field(..., description="The transaction to be previewed.")], property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" or \"Transaction\" domain to decorate onto the transactions. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Transaction/strategy/quantsignal\".")] = None, show_cancelled_transactions : Annotated[Optional[StrictBool], Field(description="Option to specify whether to include previous versions of an amended transaction in the response. Defaults to False if not specified.")] = None, preserve_properties : Annotated[Optional[StrictBool], Field(description="If the preview transaction is an amendment to an existing transaction, then setting this to true will carry forward any unmodified properties from the earlier version.")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfOutputTransaction: # noqa: E501
|
6446
6483
|
...
|
6447
6484
|
|
6448
6485
|
@validate_arguments
|
6449
|
-
def preview_transaction(self, scope : Annotated[
|
6486
|
+
def preview_transaction(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_request : Annotated[TransactionRequest, Field(..., description="The transaction to be previewed.")], property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" or \"Transaction\" domain to decorate onto the transactions. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Transaction/strategy/quantsignal\".")] = None, show_cancelled_transactions : Annotated[Optional[StrictBool], Field(description="Option to specify whether to include previous versions of an amended transaction in the response. Defaults to False if not specified.")] = None, preserve_properties : Annotated[Optional[StrictBool], Field(description="If the preview transaction is an amendment to an existing transaction, then setting this to true will carry forward any unmodified properties from the earlier version.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfOutputTransaction, Awaitable[ResourceListOfOutputTransaction]]: # noqa: E501
|
6450
6487
|
"""[EARLY ACCESS] PreviewTransaction: Preview a transaction # noqa: E501
|
6451
6488
|
|
6452
6489
|
Returns the output-transaction(s) - e.g. as returned by BuildTransactions that would come out of LUSID if the provided TransactionRequest was booked. # noqa: E501
|
@@ -6487,7 +6524,7 @@ class TransactionPortfoliosApi:
|
|
6487
6524
|
return self.preview_transaction_with_http_info(scope, code, transaction_request, property_keys, show_cancelled_transactions, preserve_properties, **kwargs) # noqa: E501
|
6488
6525
|
|
6489
6526
|
@validate_arguments
|
6490
|
-
def preview_transaction_with_http_info(self, scope : Annotated[
|
6527
|
+
def preview_transaction_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_request : Annotated[TransactionRequest, Field(..., description="The transaction to be previewed.")], property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Instrument\" or \"Transaction\" domain to decorate onto the transactions. These take the format {domain}/{scope}/{code} e.g. \"Instrument/system/Name\" or \"Transaction/strategy/quantsignal\".")] = None, show_cancelled_transactions : Annotated[Optional[StrictBool], Field(description="Option to specify whether to include previous versions of an amended transaction in the response. Defaults to False if not specified.")] = None, preserve_properties : Annotated[Optional[StrictBool], Field(description="If the preview transaction is an amendment to an existing transaction, then setting this to true will carry forward any unmodified properties from the earlier version.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
6491
6528
|
"""[EARLY ACCESS] PreviewTransaction: Preview a transaction # noqa: E501
|
6492
6529
|
|
6493
6530
|
Returns the output-transaction(s) - e.g. as returned by BuildTransactions that would come out of LUSID if the provided TransactionRequest was booked. # noqa: E501
|
@@ -6636,16 +6673,17 @@ class TransactionPortfoliosApi:
|
|
6636
6673
|
collection_formats=_collection_formats,
|
6637
6674
|
_request_auth=_params.get('_request_auth'))
|
6638
6675
|
|
6676
|
+
|
6639
6677
|
@overload
|
6640
|
-
async def resolve_instrument(self, scope : Annotated[
|
6678
|
+
async def resolve_instrument(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], instrument_identifier_type : Annotated[StrictStr, Field(..., description="The instrument identifier type.")], instrument_identifier_value : Annotated[StrictStr, Field(..., description="The value for the given instrument identifier.")], from_effective_at : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")] = None, re_resolve : Annotated[Optional[StrictBool], Field(description="When set to true, instrument resolution will be attempted for all transactions and holdings for the given identifier and date range. When set to false (default behaviour), instrument resolution will only be attempted for those transactions and holdings that were previously unresolved.")] = None, request_body : Annotated[Optional[Dict[str, StrictStr]], Field(description="The dictionary with the instrument identifiers to be updated on the transaction and holdings.")] = None, **kwargs) -> UpsertPortfolioTransactionsResponse: # noqa: E501
|
6641
6679
|
...
|
6642
6680
|
|
6643
6681
|
@overload
|
6644
|
-
def resolve_instrument(self, scope : Annotated[
|
6682
|
+
def resolve_instrument(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], instrument_identifier_type : Annotated[StrictStr, Field(..., description="The instrument identifier type.")], instrument_identifier_value : Annotated[StrictStr, Field(..., description="The value for the given instrument identifier.")], from_effective_at : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")] = None, re_resolve : Annotated[Optional[StrictBool], Field(description="When set to true, instrument resolution will be attempted for all transactions and holdings for the given identifier and date range. When set to false (default behaviour), instrument resolution will only be attempted for those transactions and holdings that were previously unresolved.")] = None, request_body : Annotated[Optional[Dict[str, StrictStr]], Field(description="The dictionary with the instrument identifiers to be updated on the transaction and holdings.")] = None, async_req: Optional[bool]=True, **kwargs) -> UpsertPortfolioTransactionsResponse: # noqa: E501
|
6645
6683
|
...
|
6646
6684
|
|
6647
6685
|
@validate_arguments
|
6648
|
-
def resolve_instrument(self, scope : Annotated[
|
6686
|
+
def resolve_instrument(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], instrument_identifier_type : Annotated[StrictStr, Field(..., description="The instrument identifier type.")], instrument_identifier_value : Annotated[StrictStr, Field(..., description="The value for the given instrument identifier.")], from_effective_at : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")] = None, re_resolve : Annotated[Optional[StrictBool], Field(description="When set to true, instrument resolution will be attempted for all transactions and holdings for the given identifier and date range. When set to false (default behaviour), instrument resolution will only be attempted for those transactions and holdings that were previously unresolved.")] = None, request_body : Annotated[Optional[Dict[str, StrictStr]], Field(description="The dictionary with the instrument identifiers to be updated on the transaction and holdings.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[UpsertPortfolioTransactionsResponse, Awaitable[UpsertPortfolioTransactionsResponse]]: # noqa: E501
|
6649
6687
|
"""ResolveInstrument: Resolve instrument # noqa: E501
|
6650
6688
|
|
6651
6689
|
Try to resolve the instrument for transaction and holdings for a given instrument identifier and a specified period of time. Also update the instrument identifiers with the given instrument identifiers collection. # noqa: E501
|
@@ -6688,7 +6726,7 @@ class TransactionPortfoliosApi:
|
|
6688
6726
|
return self.resolve_instrument_with_http_info(scope, code, instrument_identifier_type, instrument_identifier_value, from_effective_at, re_resolve, request_body, **kwargs) # noqa: E501
|
6689
6727
|
|
6690
6728
|
@validate_arguments
|
6691
|
-
def resolve_instrument_with_http_info(self, scope : Annotated[
|
6729
|
+
def resolve_instrument_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], instrument_identifier_type : Annotated[StrictStr, Field(..., description="The instrument identifier type.")], instrument_identifier_value : Annotated[StrictStr, Field(..., description="The value for the given instrument identifier.")], from_effective_at : Annotated[Optional[StrictStr], Field( description="The lower bound effective datetime or cut label (inclusive) from which to retrieve the data. There is no lower bound if this is not specified.")] = None, re_resolve : Annotated[Optional[StrictBool], Field(description="When set to true, instrument resolution will be attempted for all transactions and holdings for the given identifier and date range. When set to false (default behaviour), instrument resolution will only be attempted for those transactions and holdings that were previously unresolved.")] = None, request_body : Annotated[Optional[Dict[str, StrictStr]], Field(description="The dictionary with the instrument identifiers to be updated on the transaction and holdings.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
6692
6730
|
"""ResolveInstrument: Resolve instrument # noqa: E501
|
6693
6731
|
|
6694
6732
|
Try to resolve the instrument for transaction and holdings for a given instrument identifier and a specified period of time. Also update the instrument identifiers with the given instrument identifiers collection. # noqa: E501
|
@@ -6842,16 +6880,17 @@ class TransactionPortfoliosApi:
|
|
6842
6880
|
collection_formats=_collection_formats,
|
6843
6881
|
_request_auth=_params.get('_request_auth'))
|
6844
6882
|
|
6883
|
+
|
6845
6884
|
@overload
|
6846
|
-
async def set_holdings(self, scope : Annotated[
|
6885
|
+
async def set_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holdings should be set to the provided targets.")], adjust_holding_request : Annotated[conlist(AdjustHoldingRequest), Field(..., description="The complete set of target holdings for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, **kwargs) -> AdjustHolding: # noqa: E501
|
6847
6886
|
...
|
6848
6887
|
|
6849
6888
|
@overload
|
6850
|
-
def set_holdings(self, scope : Annotated[
|
6889
|
+
def set_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holdings should be set to the provided targets.")], adjust_holding_request : Annotated[conlist(AdjustHoldingRequest), Field(..., description="The complete set of target holdings for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, async_req: Optional[bool]=True, **kwargs) -> AdjustHolding: # noqa: E501
|
6851
6890
|
...
|
6852
6891
|
|
6853
6892
|
@validate_arguments
|
6854
|
-
def set_holdings(self, scope : Annotated[
|
6893
|
+
def set_holdings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holdings should be set to the provided targets.")], adjust_holding_request : Annotated[conlist(AdjustHoldingRequest), Field(..., description="The complete set of target holdings for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[AdjustHolding, Awaitable[AdjustHolding]]: # noqa: E501
|
6855
6894
|
"""SetHoldings: Set holdings # noqa: E501
|
6856
6895
|
|
6857
6896
|
Set the holdings of the specified transaction portfolio to the provided targets. LUSID will automatically construct adjustment transactions to ensure that the entire set of holdings for the transaction portfolio are always set to the provided targets for the specified effective datetime. Read more about the difference between adjusting and setting holdings here https://support.lusid.com/docs/how-do-i-manually-adjust-or-set-holdings. # noqa: E501
|
@@ -6890,7 +6929,7 @@ class TransactionPortfoliosApi:
|
|
6890
6929
|
return self.set_holdings_with_http_info(scope, code, effective_at, adjust_holding_request, reconciliation_methods, **kwargs) # noqa: E501
|
6891
6930
|
|
6892
6931
|
@validate_arguments
|
6893
|
-
def set_holdings_with_http_info(self, scope : Annotated[
|
6932
|
+
def set_holdings_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], effective_at : Annotated[StrictStr, Field(..., description="The effective datetime or cut label at which the holdings should be set to the provided targets.")], adjust_holding_request : Annotated[conlist(AdjustHoldingRequest), Field(..., description="The complete set of target holdings for the transaction portfolio.")], reconciliation_methods : Annotated[Optional[conlist(StrictStr)], Field(description="Optional parameter for specifying a reconciliation method: e.g. FxForward.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
6894
6933
|
"""SetHoldings: Set holdings # noqa: E501
|
6895
6934
|
|
6896
6935
|
Set the holdings of the specified transaction portfolio to the provided targets. LUSID will automatically construct adjustment transactions to ensure that the entire set of holdings for the transaction portfolio are always set to the provided targets for the specified effective datetime. Read more about the difference between adjusting and setting holdings here https://support.lusid.com/docs/how-do-i-manually-adjust-or-set-holdings. # noqa: E501
|
@@ -7033,16 +7072,17 @@ class TransactionPortfoliosApi:
|
|
7033
7072
|
collection_formats=_collection_formats,
|
7034
7073
|
_request_auth=_params.get('_request_auth'))
|
7035
7074
|
|
7075
|
+
|
7036
7076
|
@overload
|
7037
|
-
async def upsert_custodian_accounts(self, scope : Annotated[
|
7077
|
+
async def upsert_custodian_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolios.")], custodian_account_request : Annotated[conlist(CustodianAccountRequest), Field(..., description="A list of Custodian Accounts to be created or updated.")], **kwargs) -> CustodianAccountsUpsertResponse: # noqa: E501
|
7038
7078
|
...
|
7039
7079
|
|
7040
7080
|
@overload
|
7041
|
-
def upsert_custodian_accounts(self, scope : Annotated[
|
7081
|
+
def upsert_custodian_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolios.")], custodian_account_request : Annotated[conlist(CustodianAccountRequest), Field(..., description="A list of Custodian Accounts to be created or updated.")], async_req: Optional[bool]=True, **kwargs) -> CustodianAccountsUpsertResponse: # noqa: E501
|
7042
7082
|
...
|
7043
7083
|
|
7044
7084
|
@validate_arguments
|
7045
|
-
def upsert_custodian_accounts(self, scope : Annotated[
|
7085
|
+
def upsert_custodian_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolios.")], custodian_account_request : Annotated[conlist(CustodianAccountRequest), Field(..., description="A list of Custodian Accounts to be created or updated.")], async_req: Optional[bool]=None, **kwargs) -> Union[CustodianAccountsUpsertResponse, Awaitable[CustodianAccountsUpsertResponse]]: # noqa: E501
|
7046
7086
|
"""[EXPERIMENTAL] UpsertCustodianAccounts: Upsert Custodian Accounts # noqa: E501
|
7047
7087
|
|
7048
7088
|
Create or update Custodian Accounts in the Transaction Portfolios. A Custodian Account will be updated if it already exists and created if it does not. The batch limit per request is 2,000. # noqa: E501
|
@@ -7077,7 +7117,7 @@ class TransactionPortfoliosApi:
|
|
7077
7117
|
return self.upsert_custodian_accounts_with_http_info(scope, code, custodian_account_request, **kwargs) # noqa: E501
|
7078
7118
|
|
7079
7119
|
@validate_arguments
|
7080
|
-
def upsert_custodian_accounts_with_http_info(self, scope : Annotated[
|
7120
|
+
def upsert_custodian_accounts_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolio. Together with the scope this uniquely identifies the Transaction Portfolios.")], custodian_account_request : Annotated[conlist(CustodianAccountRequest), Field(..., description="A list of Custodian Accounts to be created or updated.")], **kwargs) -> ApiResponse: # noqa: E501
|
7081
7121
|
"""[EXPERIMENTAL] UpsertCustodianAccounts: Upsert Custodian Accounts # noqa: E501
|
7082
7122
|
|
7083
7123
|
Create or update Custodian Accounts in the Transaction Portfolios. A Custodian Account will be updated if it already exists and created if it does not. The batch limit per request is 2,000. # noqa: E501
|
@@ -7207,16 +7247,17 @@ class TransactionPortfoliosApi:
|
|
7207
7247
|
collection_formats=_collection_formats,
|
7208
7248
|
_request_auth=_params.get('_request_auth'))
|
7209
7249
|
|
7250
|
+
|
7210
7251
|
@overload
|
7211
|
-
async def upsert_custodian_accounts_properties(self, scope : Annotated[
|
7252
|
+
async def upsert_custodian_accounts_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolios to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolios to update or insert the properties onto. Together with the scope this uniquely identifies the Transaction Portfolios.")], custodian_account_scope : Annotated[StrictStr, Field(..., description="The scope of the Custodian Account to update or insert the properties onto.")], custodian_account_code : Annotated[StrictStr, Field(..., description="The unique ID of the custodian account to create or update properties for.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the Transaction Portfolio. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"CustodianAccount/Manager/Id\".")] = None, **kwargs) -> CustodianAccountProperties: # noqa: E501
|
7212
7253
|
...
|
7213
7254
|
|
7214
7255
|
@overload
|
7215
|
-
def upsert_custodian_accounts_properties(self, scope : Annotated[
|
7256
|
+
def upsert_custodian_accounts_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolios to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolios to update or insert the properties onto. Together with the scope this uniquely identifies the Transaction Portfolios.")], custodian_account_scope : Annotated[StrictStr, Field(..., description="The scope of the Custodian Account to update or insert the properties onto.")], custodian_account_code : Annotated[StrictStr, Field(..., description="The unique ID of the custodian account to create or update properties for.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the Transaction Portfolio. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"CustodianAccount/Manager/Id\".")] = None, async_req: Optional[bool]=True, **kwargs) -> CustodianAccountProperties: # noqa: E501
|
7216
7257
|
...
|
7217
7258
|
|
7218
7259
|
@validate_arguments
|
7219
|
-
def upsert_custodian_accounts_properties(self, scope : Annotated[
|
7260
|
+
def upsert_custodian_accounts_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolios to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolios to update or insert the properties onto. Together with the scope this uniquely identifies the Transaction Portfolios.")], custodian_account_scope : Annotated[StrictStr, Field(..., description="The scope of the Custodian Account to update or insert the properties onto.")], custodian_account_code : Annotated[StrictStr, Field(..., description="The unique ID of the custodian account to create or update properties for.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the Transaction Portfolio. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"CustodianAccount/Manager/Id\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[CustodianAccountProperties, Awaitable[CustodianAccountProperties]]: # noqa: E501
|
7220
7261
|
"""[EXPERIMENTAL] UpsertCustodianAccountsProperties: Upsert custodian accounts properties # noqa: E501
|
7221
7262
|
|
7222
7263
|
Update or insert one or more properties onto a single custodian account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'CustodianAccount'. Upserting a property that exists for a Transaction Portfolios, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. # noqa: E501
|
@@ -7255,7 +7296,7 @@ class TransactionPortfoliosApi:
|
|
7255
7296
|
return self.upsert_custodian_accounts_properties_with_http_info(scope, code, custodian_account_scope, custodian_account_code, request_body, **kwargs) # noqa: E501
|
7256
7297
|
|
7257
7298
|
@validate_arguments
|
7258
|
-
def upsert_custodian_accounts_properties_with_http_info(self, scope : Annotated[
|
7299
|
+
def upsert_custodian_accounts_properties_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Transaction Portfolios to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Transaction Portfolios to update or insert the properties onto. Together with the scope this uniquely identifies the Transaction Portfolios.")], custodian_account_scope : Annotated[StrictStr, Field(..., description="The scope of the Custodian Account to update or insert the properties onto.")], custodian_account_code : Annotated[StrictStr, Field(..., description="The unique ID of the custodian account to create or update properties for.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the Transaction Portfolio. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"CustodianAccount/Manager/Id\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
7259
7300
|
"""[EXPERIMENTAL] UpsertCustodianAccountsProperties: Upsert custodian accounts properties # noqa: E501
|
7260
7301
|
|
7261
7302
|
Update or insert one or more properties onto a single custodian account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'CustodianAccount'. Upserting a property that exists for a Transaction Portfolios, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. # noqa: E501
|
@@ -7397,16 +7438,17 @@ class TransactionPortfoliosApi:
|
|
7397
7438
|
collection_formats=_collection_formats,
|
7398
7439
|
_request_auth=_params.get('_request_auth'))
|
7399
7440
|
|
7441
|
+
|
7400
7442
|
@overload
|
7401
|
-
async def upsert_portfolio_details(self, scope : Annotated[
|
7443
|
+
async def upsert_portfolio_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], create_portfolio_details : Annotated[CreatePortfolioDetails, Field(..., description="The details to create or update for the specified transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which the updated or inserted details should become valid. Defaults to the current LUSID system datetime if not specified.")] = None, **kwargs) -> PortfolioDetails: # noqa: E501
|
7402
7444
|
...
|
7403
7445
|
|
7404
7446
|
@overload
|
7405
|
-
def upsert_portfolio_details(self, scope : Annotated[
|
7447
|
+
def upsert_portfolio_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], create_portfolio_details : Annotated[CreatePortfolioDetails, Field(..., description="The details to create or update for the specified transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which the updated or inserted details should become valid. Defaults to the current LUSID system datetime if not specified.")] = None, async_req: Optional[bool]=True, **kwargs) -> PortfolioDetails: # noqa: E501
|
7406
7448
|
...
|
7407
7449
|
|
7408
7450
|
@validate_arguments
|
7409
|
-
def upsert_portfolio_details(self, scope : Annotated[
|
7451
|
+
def upsert_portfolio_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], create_portfolio_details : Annotated[CreatePortfolioDetails, Field(..., description="The details to create or update for the specified transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which the updated or inserted details should become valid. Defaults to the current LUSID system datetime if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PortfolioDetails, Awaitable[PortfolioDetails]]: # noqa: E501
|
7410
7452
|
"""UpsertPortfolioDetails: Upsert portfolio details # noqa: E501
|
7411
7453
|
|
7412
7454
|
Create or update certain details for a particular transaction portfolio. The details are updated if they already exist, and inserted if they do not. Note that not all elements of a transaction portfolio definition are modifiable once it has been created due to the potential implications for data already stored. # noqa: E501
|
@@ -7443,7 +7485,7 @@ class TransactionPortfoliosApi:
|
|
7443
7485
|
return self.upsert_portfolio_details_with_http_info(scope, code, create_portfolio_details, effective_at, **kwargs) # noqa: E501
|
7444
7486
|
|
7445
7487
|
@validate_arguments
|
7446
|
-
def upsert_portfolio_details_with_http_info(self, scope : Annotated[
|
7488
|
+
def upsert_portfolio_details_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], create_portfolio_details : Annotated[CreatePortfolioDetails, Field(..., description="The details to create or update for the specified transaction portfolio.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which the updated or inserted details should become valid. Defaults to the current LUSID system datetime if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
7447
7489
|
"""UpsertPortfolioDetails: Upsert portfolio details # noqa: E501
|
7448
7490
|
|
7449
7491
|
Create or update certain details for a particular transaction portfolio. The details are updated if they already exist, and inserted if they do not. Note that not all elements of a transaction portfolio definition are modifiable once it has been created due to the potential implications for data already stored. # noqa: E501
|
@@ -7579,16 +7621,17 @@ class TransactionPortfoliosApi:
|
|
7579
7621
|
collection_formats=_collection_formats,
|
7580
7622
|
_request_auth=_params.get('_request_auth'))
|
7581
7623
|
|
7624
|
+
|
7582
7625
|
@overload
|
7583
|
-
async def upsert_transaction_properties(self, scope : Annotated[
|
7626
|
+
async def upsert_transaction_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction to create or update properties for.")], request_body : Annotated[Dict[str, PerpetualProperty], Field(..., description="The properties and their associated values to create or update.")], **kwargs) -> UpsertTransactionPropertiesResponse: # noqa: E501
|
7584
7627
|
...
|
7585
7628
|
|
7586
7629
|
@overload
|
7587
|
-
def upsert_transaction_properties(self, scope : Annotated[
|
7630
|
+
def upsert_transaction_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction to create or update properties for.")], request_body : Annotated[Dict[str, PerpetualProperty], Field(..., description="The properties and their associated values to create or update.")], async_req: Optional[bool]=True, **kwargs) -> UpsertTransactionPropertiesResponse: # noqa: E501
|
7588
7631
|
...
|
7589
7632
|
|
7590
7633
|
@validate_arguments
|
7591
|
-
def upsert_transaction_properties(self, scope : Annotated[
|
7634
|
+
def upsert_transaction_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction to create or update properties for.")], request_body : Annotated[Dict[str, PerpetualProperty], Field(..., description="The properties and their associated values to create or update.")], async_req: Optional[bool]=None, **kwargs) -> Union[UpsertTransactionPropertiesResponse, Awaitable[UpsertTransactionPropertiesResponse]]: # noqa: E501
|
7592
7635
|
"""UpsertTransactionProperties: Upsert transaction properties # noqa: E501
|
7593
7636
|
|
7594
7637
|
Create or update one or more transaction properties for a single transaction in the transaction portfolio. Each property will be updated if it already exists and created if it does not. Both transaction and portfolio must exist at the time when properties are created or updated. # noqa: E501
|
@@ -7625,7 +7668,7 @@ class TransactionPortfoliosApi:
|
|
7625
7668
|
return self.upsert_transaction_properties_with_http_info(scope, code, transaction_id, request_body, **kwargs) # noqa: E501
|
7626
7669
|
|
7627
7670
|
@validate_arguments
|
7628
|
-
def upsert_transaction_properties_with_http_info(self, scope : Annotated[
|
7671
|
+
def upsert_transaction_properties_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction to create or update properties for.")], request_body : Annotated[Dict[str, PerpetualProperty], Field(..., description="The properties and their associated values to create or update.")], **kwargs) -> ApiResponse: # noqa: E501
|
7629
7672
|
"""UpsertTransactionProperties: Upsert transaction properties # noqa: E501
|
7630
7673
|
|
7631
7674
|
Create or update one or more transaction properties for a single transaction in the transaction portfolio. Each property will be updated if it already exists and created if it does not. Both transaction and portfolio must exist at the time when properties are created or updated. # noqa: E501
|
@@ -7761,16 +7804,17 @@ class TransactionPortfoliosApi:
|
|
7761
7804
|
collection_formats=_collection_formats,
|
7762
7805
|
_request_auth=_params.get('_request_auth'))
|
7763
7806
|
|
7807
|
+
|
7764
7808
|
@overload
|
7765
|
-
async def upsert_transactions(self, scope : Annotated[
|
7809
|
+
async def upsert_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_request : Annotated[conlist(TransactionRequest), Field(..., description="A list of transactions to be created or updated.")], preserve_properties : Annotated[Optional[StrictBool], Field(description="If set to false, the entire property set will be overwritten by the provided properties. If not specified or set to true, only the properties provided will be updated.")] = None, **kwargs) -> UpsertPortfolioTransactionsResponse: # noqa: E501
|
7766
7810
|
...
|
7767
7811
|
|
7768
7812
|
@overload
|
7769
|
-
def upsert_transactions(self, scope : Annotated[
|
7813
|
+
def upsert_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_request : Annotated[conlist(TransactionRequest), Field(..., description="A list of transactions to be created or updated.")], preserve_properties : Annotated[Optional[StrictBool], Field(description="If set to false, the entire property set will be overwritten by the provided properties. If not specified or set to true, only the properties provided will be updated.")] = None, async_req: Optional[bool]=True, **kwargs) -> UpsertPortfolioTransactionsResponse: # noqa: E501
|
7770
7814
|
...
|
7771
7815
|
|
7772
7816
|
@validate_arguments
|
7773
|
-
def upsert_transactions(self, scope : Annotated[
|
7817
|
+
def upsert_transactions(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_request : Annotated[conlist(TransactionRequest), Field(..., description="A list of transactions to be created or updated.")], preserve_properties : Annotated[Optional[StrictBool], Field(description="If set to false, the entire property set will be overwritten by the provided properties. If not specified or set to true, only the properties provided will be updated.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[UpsertPortfolioTransactionsResponse, Awaitable[UpsertPortfolioTransactionsResponse]]: # noqa: E501
|
7774
7818
|
"""UpsertTransactions: Upsert transactions # noqa: E501
|
7775
7819
|
|
7776
7820
|
Create or update transactions in the transaction portfolio. A transaction will be updated if it already exists and created if it does not. The maximum number of transactions that this method can upsert per request is 10,000. # noqa: E501
|
@@ -7807,7 +7851,7 @@ class TransactionPortfoliosApi:
|
|
7807
7851
|
return self.upsert_transactions_with_http_info(scope, code, transaction_request, preserve_properties, **kwargs) # noqa: E501
|
7808
7852
|
|
7809
7853
|
@validate_arguments
|
7810
|
-
def upsert_transactions_with_http_info(self, scope : Annotated[
|
7854
|
+
def upsert_transactions_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the transaction portfolio.")], code : Annotated[StrictStr, Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_request : Annotated[conlist(TransactionRequest), Field(..., description="A list of transactions to be created or updated.")], preserve_properties : Annotated[Optional[StrictBool], Field(description="If set to false, the entire property set will be overwritten by the provided properties. If not specified or set to true, only the properties provided will be updated.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
7811
7855
|
"""UpsertTransactions: Upsert transactions # noqa: E501
|
7812
7856
|
|
7813
7857
|
Create or update transactions in the transaction portfolio. A transaction will be updated if it already exists and created if it does not. The maximum number of transactions that this method can upsert per request is 10,000. # noqa: E501
|