lusid-sdk 2.1.721__py3-none-any.whl → 2.1.723__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.723.dist-info}/METADATA +1 -1
- lusid_sdk-2.1.723.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.723.dist-info}/WHEEL +0 -0
lusid/api/legal_entities_api.py
CHANGED
@@ -50,6 +50,10 @@ from lusid.exceptions import ( # noqa: F401
|
|
50
50
|
)
|
51
51
|
from lusid.extensions.configuration_options import ConfigurationOptions
|
52
52
|
|
53
|
+
# ensure templated type usages are imported
|
54
|
+
from pydantic.v1 import Field, StrictStr
|
55
|
+
from typing import Optional
|
56
|
+
from typing_extensions import Annotated
|
53
57
|
|
54
58
|
class LegalEntitiesApi:
|
55
59
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
@@ -63,16 +67,17 @@ class LegalEntitiesApi:
|
|
63
67
|
api_client = ApiClient.get_default()
|
64
68
|
self.api_client = api_client
|
65
69
|
|
70
|
+
|
66
71
|
@overload
|
67
|
-
async def delete_legal_entity(self, id_type_scope : Annotated[
|
72
|
+
async def delete_legal_entity(self, id_type_scope : Annotated[StrictStr, Field(..., description="The scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="The code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with defined identifier type uniquely identifies the legal entity to delete.")], **kwargs) -> DeletedEntityResponse: # noqa: E501
|
68
73
|
...
|
69
74
|
|
70
75
|
@overload
|
71
|
-
def delete_legal_entity(self, id_type_scope : Annotated[
|
76
|
+
def delete_legal_entity(self, id_type_scope : Annotated[StrictStr, Field(..., description="The scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="The code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with defined identifier type uniquely identifies the legal entity to delete.")], async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
72
77
|
...
|
73
78
|
|
74
79
|
@validate_arguments
|
75
|
-
def delete_legal_entity(self, id_type_scope : Annotated[
|
80
|
+
def delete_legal_entity(self, id_type_scope : Annotated[StrictStr, Field(..., description="The scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="The code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with defined identifier type uniquely identifies the legal entity to delete.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
76
81
|
"""DeleteLegalEntity: Delete Legal Entity # noqa: E501
|
77
82
|
|
78
83
|
Delete a legal entity. Deletion will be valid from the legal entity's creation datetime. This means that the legal entity will no longer exist at any effective datetime from the asAt datetime of deletion. # noqa: E501
|
@@ -107,7 +112,7 @@ class LegalEntitiesApi:
|
|
107
112
|
return self.delete_legal_entity_with_http_info(id_type_scope, id_type_code, code, **kwargs) # noqa: E501
|
108
113
|
|
109
114
|
@validate_arguments
|
110
|
-
def delete_legal_entity_with_http_info(self, id_type_scope : Annotated[
|
115
|
+
def delete_legal_entity_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="The scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="The code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with defined identifier type uniquely identifies the legal entity to delete.")], **kwargs) -> ApiResponse: # noqa: E501
|
111
116
|
"""DeleteLegalEntity: Delete Legal Entity # noqa: E501
|
112
117
|
|
113
118
|
Delete a legal entity. Deletion will be valid from the legal entity's creation datetime. This means that the legal entity will no longer exist at any effective datetime from the asAt datetime of deletion. # noqa: E501
|
@@ -230,16 +235,17 @@ class LegalEntitiesApi:
|
|
230
235
|
collection_formats=_collection_formats,
|
231
236
|
_request_auth=_params.get('_request_auth'))
|
232
237
|
|
238
|
+
|
233
239
|
@overload
|
234
|
-
async def delete_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
240
|
+
async def delete_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective date to delete at, if this is not supplied, it will delete all data found")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective date until which the delete is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' date of the Access Metadata")] = None, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
235
241
|
...
|
236
242
|
|
237
243
|
@overload
|
238
|
-
def delete_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
244
|
+
def delete_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective date to delete at, if this is not supplied, it will delete all data found")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective date until which the delete is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' date of the Access Metadata")] = None, async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
239
245
|
...
|
240
246
|
|
241
247
|
@validate_arguments
|
242
|
-
def delete_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
248
|
+
def delete_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective date to delete at, if this is not supplied, it will delete all data found")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective date until which the delete is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' date of the Access Metadata")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
243
249
|
"""DeleteLegalEntityAccessMetadata: Delete a Legal Entity Access Metadata entry # noqa: E501
|
244
250
|
|
245
251
|
Deletes the Legal Entity Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure). # noqa: E501
|
@@ -280,7 +286,7 @@ class LegalEntitiesApi:
|
|
280
286
|
return self.delete_legal_entity_access_metadata_with_http_info(id_type_scope, id_type_code, code, metadata_key, effective_at, effective_until, **kwargs) # noqa: E501
|
281
287
|
|
282
288
|
@validate_arguments
|
283
|
-
def delete_legal_entity_access_metadata_with_http_info(self, id_type_scope : Annotated[
|
289
|
+
def delete_legal_entity_access_metadata_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective date to delete at, if this is not supplied, it will delete all data found")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective date until which the delete is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' date of the Access Metadata")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
284
290
|
"""DeleteLegalEntityAccessMetadata: Delete a Legal Entity Access Metadata entry # noqa: E501
|
285
291
|
|
286
292
|
Deletes the Legal Entity Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure). # noqa: E501
|
@@ -424,16 +430,17 @@ class LegalEntitiesApi:
|
|
424
430
|
collection_formats=_collection_formats,
|
425
431
|
_request_auth=_params.get('_request_auth'))
|
426
432
|
|
433
|
+
|
427
434
|
@overload
|
428
|
-
async def delete_legal_entity_identifiers(self, id_type_scope : Annotated[
|
435
|
+
async def delete_legal_entity_identifiers(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the identifiers to delete. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/CreditAgency/Identifier\". Each property must be from the \"LegalEntity\" domain. Identifiers or identifiers not specified in request will not be changed.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to delete the identifiers. Defaults to the current LUSID system datetime if not specified. Must not include an effective datetime if identifiers are perpetual.")] = None, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
429
436
|
...
|
430
437
|
|
431
438
|
@overload
|
432
|
-
def delete_legal_entity_identifiers(self, id_type_scope : Annotated[
|
439
|
+
def delete_legal_entity_identifiers(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the identifiers to delete. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/CreditAgency/Identifier\". Each property must be from the \"LegalEntity\" domain. Identifiers or identifiers not specified in request will not be changed.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to delete the identifiers. Defaults to the current LUSID system datetime if not specified. Must not include an effective datetime if identifiers are perpetual.")] = None, async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
433
440
|
...
|
434
441
|
|
435
442
|
@validate_arguments
|
436
|
-
def delete_legal_entity_identifiers(self, id_type_scope : Annotated[
|
443
|
+
def delete_legal_entity_identifiers(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the identifiers to delete. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/CreditAgency/Identifier\". Each property must be from the \"LegalEntity\" domain. Identifiers or identifiers not specified in request will not be changed.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to delete the identifiers. Defaults to the current LUSID system datetime if not specified. Must not include an effective datetime if identifiers are perpetual.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
437
444
|
"""[EARLY ACCESS] DeleteLegalEntityIdentifiers: Delete Legal Entity Identifiers # noqa: E501
|
438
445
|
|
439
446
|
Delete identifiers that belong to the given property keys of the legal entity. # noqa: E501
|
@@ -472,7 +479,7 @@ class LegalEntitiesApi:
|
|
472
479
|
return self.delete_legal_entity_identifiers_with_http_info(id_type_scope, id_type_code, code, property_keys, effective_at, **kwargs) # noqa: E501
|
473
480
|
|
474
481
|
@validate_arguments
|
475
|
-
def delete_legal_entity_identifiers_with_http_info(self, id_type_scope : Annotated[
|
482
|
+
def delete_legal_entity_identifiers_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the identifiers to delete. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/CreditAgency/Identifier\". Each property must be from the \"LegalEntity\" domain. Identifiers or identifiers not specified in request will not be changed.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to delete the identifiers. Defaults to the current LUSID system datetime if not specified. Must not include an effective datetime if identifiers are perpetual.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
476
483
|
"""[EARLY ACCESS] DeleteLegalEntityIdentifiers: Delete Legal Entity Identifiers # noqa: E501
|
477
484
|
|
478
485
|
Delete identifiers that belong to the given property keys of the legal entity. # noqa: E501
|
@@ -608,16 +615,17 @@ class LegalEntitiesApi:
|
|
608
615
|
collection_formats=_collection_formats,
|
609
616
|
_request_auth=_params.get('_request_auth'))
|
610
617
|
|
618
|
+
|
611
619
|
@overload
|
612
|
-
async def delete_legal_entity_properties(self, id_type_scope : Annotated[
|
620
|
+
async def delete_legal_entity_properties(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the legal entities properties to delete. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/CompanyDetails/Role\". Each property must be from the \"LegalEntity\" domain. Properties or identifiers not specified in request will not be changed.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified 'effectiveAt' datetime. If the 'effectiveAt' is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual.")] = None, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
613
621
|
...
|
614
622
|
|
615
623
|
@overload
|
616
|
-
def delete_legal_entity_properties(self, id_type_scope : Annotated[
|
624
|
+
def delete_legal_entity_properties(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the legal entities properties to delete. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/CompanyDetails/Role\". Each property must be from the \"LegalEntity\" domain. Properties or identifiers not specified in request will not be changed.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified 'effectiveAt' datetime. If the 'effectiveAt' is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual.")] = None, async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
617
625
|
...
|
618
626
|
|
619
627
|
@validate_arguments
|
620
|
-
def delete_legal_entity_properties(self, id_type_scope : Annotated[
|
628
|
+
def delete_legal_entity_properties(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the legal entities properties to delete. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/CompanyDetails/Role\". Each property must be from the \"LegalEntity\" domain. Properties or identifiers not specified in request will not be changed.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified 'effectiveAt' datetime. If the 'effectiveAt' is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
621
629
|
"""[EARLY ACCESS] DeleteLegalEntityProperties: Delete Legal Entity Properties # noqa: E501
|
622
630
|
|
623
631
|
Delete all properties that belong to the given property keys of the legal entity. # noqa: E501
|
@@ -656,7 +664,7 @@ class LegalEntitiesApi:
|
|
656
664
|
return self.delete_legal_entity_properties_with_http_info(id_type_scope, id_type_code, code, property_keys, effective_at, **kwargs) # noqa: E501
|
657
665
|
|
658
666
|
@validate_arguments
|
659
|
-
def delete_legal_entity_properties_with_http_info(self, id_type_scope : Annotated[
|
667
|
+
def delete_legal_entity_properties_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[conlist(StrictStr), Field(..., description="The property keys of the legal entities properties to delete. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/CompanyDetails/Role\". Each property must be from the \"LegalEntity\" domain. Properties or identifiers not specified in request will not be changed.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified 'effectiveAt' datetime. If the 'effectiveAt' is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
660
668
|
"""[EARLY ACCESS] DeleteLegalEntityProperties: Delete Legal Entity Properties # noqa: E501
|
661
669
|
|
662
670
|
Delete all properties that belong to the given property keys of the legal entity. # noqa: E501
|
@@ -792,16 +800,17 @@ class LegalEntitiesApi:
|
|
792
800
|
collection_formats=_collection_formats,
|
793
801
|
_request_auth=_params.get('_request_auth'))
|
794
802
|
|
803
|
+
|
795
804
|
@overload
|
796
|
-
async def get_all_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
805
|
+
async def get_all_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to retrieve the Access Metadata")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Access Metadata")] = None, **kwargs) -> Dict[str, List[AccessMetadataValue]]: # noqa: E501
|
797
806
|
...
|
798
807
|
|
799
808
|
@overload
|
800
|
-
def get_all_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
809
|
+
def get_all_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to retrieve the Access Metadata")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Access Metadata")] = None, async_req: Optional[bool]=True, **kwargs) -> Dict[str, List[AccessMetadataValue]]: # noqa: E501
|
801
810
|
...
|
802
811
|
|
803
812
|
@validate_arguments
|
804
|
-
def get_all_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
813
|
+
def get_all_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to retrieve the Access Metadata")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Access Metadata")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Dict[str, List[AccessMetadataValue]], Awaitable[Dict[str, List[AccessMetadataValue]]]]: # noqa: E501
|
805
814
|
"""GetAllLegalEntityAccessMetadata: Get Access Metadata rules for a Legal Entity # noqa: E501
|
806
815
|
|
807
816
|
Pass the Scope and Code of the Legal Entity identifier along with the Legal Entity code parameter to retrieve the associated Access Metadata # noqa: E501
|
@@ -840,7 +849,7 @@ class LegalEntitiesApi:
|
|
840
849
|
return self.get_all_legal_entity_access_metadata_with_http_info(id_type_scope, id_type_code, code, effective_at, as_at, **kwargs) # noqa: E501
|
841
850
|
|
842
851
|
@validate_arguments
|
843
|
-
def get_all_legal_entity_access_metadata_with_http_info(self, id_type_scope : Annotated[
|
852
|
+
def get_all_legal_entity_access_metadata_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to retrieve the Access Metadata")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Access Metadata")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
844
853
|
"""GetAllLegalEntityAccessMetadata: Get Access Metadata rules for a Legal Entity # noqa: E501
|
845
854
|
|
846
855
|
Pass the Scope and Code of the Legal Entity identifier along with the Legal Entity code parameter to retrieve the associated Access Metadata # noqa: E501
|
@@ -978,16 +987,17 @@ class LegalEntitiesApi:
|
|
978
987
|
collection_formats=_collection_formats,
|
979
988
|
_request_auth=_params.get('_request_auth'))
|
980
989
|
|
990
|
+
|
981
991
|
@overload
|
982
|
-
async def get_legal_entity(self, id_type_scope : Annotated[
|
992
|
+
async def get_legal_entity(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for found legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the legal entity. 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 legal entity. Defaults to return the latest version of the legal entity if not specified.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto the legal entity in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, **kwargs) -> LegalEntity: # noqa: E501
|
983
993
|
...
|
984
994
|
|
985
995
|
@overload
|
986
|
-
def get_legal_entity(self, id_type_scope : Annotated[
|
996
|
+
def get_legal_entity(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for found legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the legal entity. 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 legal entity. Defaults to return the latest version of the legal entity if not specified.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto the legal entity in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, async_req: Optional[bool]=True, **kwargs) -> LegalEntity: # noqa: E501
|
987
997
|
...
|
988
998
|
|
989
999
|
@validate_arguments
|
990
|
-
def get_legal_entity(self, id_type_scope : Annotated[
|
1000
|
+
def get_legal_entity(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for found legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the legal entity. 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 legal entity. Defaults to return the latest version of the legal entity if not specified.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto the legal entity in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[LegalEntity, Awaitable[LegalEntity]]: # noqa: E501
|
991
1001
|
"""GetLegalEntity: Get Legal Entity # noqa: E501
|
992
1002
|
|
993
1003
|
Retrieve the definition of a legal entity. # noqa: E501
|
@@ -1030,7 +1040,7 @@ class LegalEntitiesApi:
|
|
1030
1040
|
return self.get_legal_entity_with_http_info(id_type_scope, id_type_code, code, property_keys, effective_at, as_at, relationship_definition_ids, **kwargs) # noqa: E501
|
1031
1041
|
|
1032
1042
|
@validate_arguments
|
1033
|
-
def get_legal_entity_with_http_info(self, id_type_scope : Annotated[
|
1043
|
+
def get_legal_entity_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for found legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the legal entity. 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 legal entity. Defaults to return the latest version of the legal entity if not specified.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto the legal entity in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
1034
1044
|
"""GetLegalEntity: Get Legal Entity # noqa: E501
|
1035
1045
|
|
1036
1046
|
Retrieve the definition of a legal entity. # noqa: E501
|
@@ -1182,16 +1192,17 @@ class LegalEntitiesApi:
|
|
1182
1192
|
collection_formats=_collection_formats,
|
1183
1193
|
_request_auth=_params.get('_request_auth'))
|
1184
1194
|
|
1195
|
+
|
1185
1196
|
@overload
|
1186
|
-
async def get_legal_entity_access_metadata_by_key(self, id_type_scope : Annotated[
|
1197
|
+
async def get_legal_entity_access_metadata_by_key(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to retrieve the Access Metadata")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Access Metadata")] = None, **kwargs) -> List[AccessMetadataValue]: # noqa: E501
|
1187
1198
|
...
|
1188
1199
|
|
1189
1200
|
@overload
|
1190
|
-
def get_legal_entity_access_metadata_by_key(self, id_type_scope : Annotated[
|
1201
|
+
def get_legal_entity_access_metadata_by_key(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to retrieve the Access Metadata")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Access Metadata")] = None, async_req: Optional[bool]=True, **kwargs) -> List[AccessMetadataValue]: # noqa: E501
|
1191
1202
|
...
|
1192
1203
|
|
1193
1204
|
@validate_arguments
|
1194
|
-
def get_legal_entity_access_metadata_by_key(self, id_type_scope : Annotated[
|
1205
|
+
def get_legal_entity_access_metadata_by_key(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to retrieve the Access Metadata")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Access Metadata")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[List[AccessMetadataValue], Awaitable[List[AccessMetadataValue]]]: # noqa: E501
|
1195
1206
|
"""[EARLY ACCESS] GetLegalEntityAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Legal Entity # noqa: E501
|
1196
1207
|
|
1197
1208
|
Get a specific Legal Entity Access Metadata by specifying the corresponding identifier parts and Legal Entity code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry # noqa: E501
|
@@ -1232,7 +1243,7 @@ class LegalEntitiesApi:
|
|
1232
1243
|
return self.get_legal_entity_access_metadata_by_key_with_http_info(id_type_scope, id_type_code, code, metadata_key, effective_at, as_at, **kwargs) # noqa: E501
|
1233
1244
|
|
1234
1245
|
@validate_arguments
|
1235
|
-
def get_legal_entity_access_metadata_by_key_with_http_info(self, id_type_scope : Annotated[
|
1246
|
+
def get_legal_entity_access_metadata_by_key_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to retrieve the Access Metadata")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Access Metadata")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
1236
1247
|
"""[EARLY ACCESS] GetLegalEntityAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Legal Entity # noqa: E501
|
1237
1248
|
|
1238
1249
|
Get a specific Legal Entity Access Metadata by specifying the corresponding identifier parts and Legal Entity code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry # noqa: E501
|
@@ -1376,16 +1387,17 @@ class LegalEntitiesApi:
|
|
1376
1387
|
collection_formats=_collection_formats,
|
1377
1388
|
_request_auth=_params.get('_request_auth'))
|
1378
1389
|
|
1390
|
+
|
1379
1391
|
@overload
|
1380
|
-
async def get_legal_entity_property_time_series(self, id_type_scope : Annotated[
|
1392
|
+
async def get_legal_entity_property_time_series(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_key : Annotated[StrictStr, Field(..., description="The property key of the property that will have its history shown. These must be in the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\". Each property must be from the \"LegalEntity\" domain.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the person's property history. Defaults to return the current datetime if not supplied.")] = 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, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing properties from a previous call to get property time series. This value is returned from the previous call. If a pagination token is provided the filter 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 number of returned results to this many.")] = None, **kwargs) -> ResourceListOfPropertyInterval: # noqa: E501
|
1381
1393
|
...
|
1382
1394
|
|
1383
1395
|
@overload
|
1384
|
-
def get_legal_entity_property_time_series(self, id_type_scope : Annotated[
|
1396
|
+
def get_legal_entity_property_time_series(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_key : Annotated[StrictStr, Field(..., description="The property key of the property that will have its history shown. These must be in the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\". Each property must be from the \"LegalEntity\" domain.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the person's property history. Defaults to return the current datetime if not supplied.")] = 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, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing properties from a previous call to get property time series. This value is returned from the previous call. If a pagination token is provided the filter 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 number of returned results to this many.")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfPropertyInterval: # noqa: E501
|
1385
1397
|
...
|
1386
1398
|
|
1387
1399
|
@validate_arguments
|
1388
|
-
def get_legal_entity_property_time_series(self, id_type_scope : Annotated[
|
1400
|
+
def get_legal_entity_property_time_series(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_key : Annotated[StrictStr, Field(..., description="The property key of the property that will have its history shown. These must be in the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\". Each property must be from the \"LegalEntity\" domain.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the person's property history. Defaults to return the current datetime if not supplied.")] = 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, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing properties from a previous call to get property time series. This value is returned from the previous call. If a pagination token is provided the filter 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 number of returned results to this many.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfPropertyInterval, Awaitable[ResourceListOfPropertyInterval]]: # noqa: E501
|
1389
1401
|
"""GetLegalEntityPropertyTimeSeries: Get Legal Entity Property Time Series # noqa: E501
|
1390
1402
|
|
1391
1403
|
List the complete time series of a legal entity property. # noqa: E501
|
@@ -1430,7 +1442,7 @@ class LegalEntitiesApi:
|
|
1430
1442
|
return self.get_legal_entity_property_time_series_with_http_info(id_type_scope, id_type_code, code, property_key, as_at, filter, page, limit, **kwargs) # noqa: E501
|
1431
1443
|
|
1432
1444
|
@validate_arguments
|
1433
|
-
def get_legal_entity_property_time_series_with_http_info(self, id_type_scope : Annotated[
|
1445
|
+
def get_legal_entity_property_time_series_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], property_key : Annotated[StrictStr, Field(..., description="The property key of the property that will have its history shown. These must be in the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\". Each property must be from the \"LegalEntity\" domain.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the person's property history. Defaults to return the current datetime if not supplied.")] = 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, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing properties from a previous call to get property time series. This value is returned from the previous call. If a pagination token is provided the filter 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 number of returned results to this many.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
1434
1446
|
"""GetLegalEntityPropertyTimeSeries: Get Legal Entity Property Time Series # noqa: E501
|
1435
1447
|
|
1436
1448
|
List the complete time series of a legal entity property. # noqa: E501
|
@@ -1586,16 +1598,17 @@ class LegalEntitiesApi:
|
|
1586
1598
|
collection_formats=_collection_formats,
|
1587
1599
|
_request_auth=_params.get('_request_auth'))
|
1588
1600
|
|
1601
|
+
|
1589
1602
|
@overload
|
1590
|
-
async def get_legal_entity_relations(self, id_type_scope : Annotated[
|
1603
|
+
async def get_legal_entity_relations(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to get relations. 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 legal entity's relations. Defaults to return the latest LUSID AsAt time if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the relations. Users should provide null or empty string for this field until further notice.")] = None, identifier_types : Annotated[Optional[conlist(StrictStr)], Field(description="Identifiers types (as property keys) used for referencing Persons or Legal Entities. These take the format {domain}/{scope}/{code} e.g. \"Person/CompanyDetails/Role\". They must be from the \"Person\" or \"LegalEntity\" domain. Only identifier types stated will be used to look up relevant entities in relations. If not applicable, provide an empty array.")] = None, **kwargs) -> ResourceListOfRelation: # noqa: E501
|
1591
1604
|
...
|
1592
1605
|
|
1593
1606
|
@overload
|
1594
|
-
def get_legal_entity_relations(self, id_type_scope : Annotated[
|
1607
|
+
def get_legal_entity_relations(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to get relations. 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 legal entity's relations. Defaults to return the latest LUSID AsAt time if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the relations. Users should provide null or empty string for this field until further notice.")] = None, identifier_types : Annotated[Optional[conlist(StrictStr)], Field(description="Identifiers types (as property keys) used for referencing Persons or Legal Entities. These take the format {domain}/{scope}/{code} e.g. \"Person/CompanyDetails/Role\". They must be from the \"Person\" or \"LegalEntity\" domain. Only identifier types stated will be used to look up relevant entities in relations. If not applicable, provide an empty array.")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfRelation: # noqa: E501
|
1595
1608
|
...
|
1596
1609
|
|
1597
1610
|
@validate_arguments
|
1598
|
-
def get_legal_entity_relations(self, id_type_scope : Annotated[
|
1611
|
+
def get_legal_entity_relations(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to get relations. 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 legal entity's relations. Defaults to return the latest LUSID AsAt time if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the relations. Users should provide null or empty string for this field until further notice.")] = None, identifier_types : Annotated[Optional[conlist(StrictStr)], Field(description="Identifiers types (as property keys) used for referencing Persons or Legal Entities. These take the format {domain}/{scope}/{code} e.g. \"Person/CompanyDetails/Role\". They must be from the \"Person\" or \"LegalEntity\" domain. Only identifier types stated will be used to look up relevant entities in relations. If not applicable, provide an empty array.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfRelation, Awaitable[ResourceListOfRelation]]: # noqa: E501
|
1599
1612
|
"""GetLegalEntityRelations: Get Relations for Legal Entity # noqa: E501
|
1600
1613
|
|
1601
1614
|
Get relations for the specified Legal Entity # noqa: E501
|
@@ -1638,7 +1651,7 @@ class LegalEntitiesApi:
|
|
1638
1651
|
return self.get_legal_entity_relations_with_http_info(id_type_scope, id_type_code, code, effective_at, as_at, filter, identifier_types, **kwargs) # noqa: E501
|
1639
1652
|
|
1640
1653
|
@validate_arguments
|
1641
|
-
def get_legal_entity_relations_with_http_info(self, id_type_scope : Annotated[
|
1654
|
+
def get_legal_entity_relations_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to get relations. 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 legal entity's relations. Defaults to return the latest LUSID AsAt time if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the relations. Users should provide null or empty string for this field until further notice.")] = None, identifier_types : Annotated[Optional[conlist(StrictStr)], Field(description="Identifiers types (as property keys) used for referencing Persons or Legal Entities. These take the format {domain}/{scope}/{code} e.g. \"Person/CompanyDetails/Role\". They must be from the \"Person\" or \"LegalEntity\" domain. Only identifier types stated will be used to look up relevant entities in relations. If not applicable, provide an empty array.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
1642
1655
|
"""GetLegalEntityRelations: Get Relations for Legal Entity # noqa: E501
|
1643
1656
|
|
1644
1657
|
Get relations for the specified Legal Entity # noqa: E501
|
@@ -1789,16 +1802,17 @@ class LegalEntitiesApi:
|
|
1789
1802
|
collection_formats=_collection_formats,
|
1790
1803
|
_request_auth=_params.get('_request_auth'))
|
1791
1804
|
|
1805
|
+
|
1792
1806
|
@overload
|
1793
|
-
async def get_legal_entity_relationships(self, id_type_scope : Annotated[
|
1807
|
+
async def get_legal_entity_relationships(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity's identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity's identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to get relationships. 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 relationships. Defaults to return the latest LUSID AsAt time if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter relationships. Users should provide null or empty string for this field until further notice.")] = None, identifier_types : Annotated[Optional[conlist(StrictStr)], Field(description="Identifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the 'Person' or 'LegalEntity' domains and have the format {domain}/{scope}/{code}, for example 'Person/CompanyDetails/Role'. An Empty array may be used to return all related Entities.")] = None, **kwargs) -> ResourceListOfRelationship: # noqa: E501
|
1794
1808
|
...
|
1795
1809
|
|
1796
1810
|
@overload
|
1797
|
-
def get_legal_entity_relationships(self, id_type_scope : Annotated[
|
1811
|
+
def get_legal_entity_relationships(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity's identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity's identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to get relationships. 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 relationships. Defaults to return the latest LUSID AsAt time if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter relationships. Users should provide null or empty string for this field until further notice.")] = None, identifier_types : Annotated[Optional[conlist(StrictStr)], Field(description="Identifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the 'Person' or 'LegalEntity' domains and have the format {domain}/{scope}/{code}, for example 'Person/CompanyDetails/Role'. An Empty array may be used to return all related Entities.")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfRelationship: # noqa: E501
|
1798
1812
|
...
|
1799
1813
|
|
1800
1814
|
@validate_arguments
|
1801
|
-
def get_legal_entity_relationships(self, id_type_scope : Annotated[
|
1815
|
+
def get_legal_entity_relationships(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity's identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity's identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to get relationships. 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 relationships. Defaults to return the latest LUSID AsAt time if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter relationships. Users should provide null or empty string for this field until further notice.")] = None, identifier_types : Annotated[Optional[conlist(StrictStr)], Field(description="Identifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the 'Person' or 'LegalEntity' domains and have the format {domain}/{scope}/{code}, for example 'Person/CompanyDetails/Role'. An Empty array may be used to return all related Entities.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfRelationship, Awaitable[ResourceListOfRelationship]]: # noqa: E501
|
1802
1816
|
"""GetLegalEntityRelationships: Get Relationships for Legal Entity # noqa: E501
|
1803
1817
|
|
1804
1818
|
Get Relationships for the specified Legal Entity # noqa: E501
|
@@ -1841,7 +1855,7 @@ class LegalEntitiesApi:
|
|
1841
1855
|
return self.get_legal_entity_relationships_with_http_info(id_type_scope, id_type_code, code, effective_at, as_at, filter, identifier_types, **kwargs) # noqa: E501
|
1842
1856
|
|
1843
1857
|
@validate_arguments
|
1844
|
-
def get_legal_entity_relationships_with_http_info(self, id_type_scope : Annotated[
|
1858
|
+
def get_legal_entity_relationships_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity's identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity's identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to get relationships. 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 relationships. Defaults to return the latest LUSID AsAt time if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter relationships. Users should provide null or empty string for this field until further notice.")] = None, identifier_types : Annotated[Optional[conlist(StrictStr)], Field(description="Identifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the 'Person' or 'LegalEntity' domains and have the format {domain}/{scope}/{code}, for example 'Person/CompanyDetails/Role'. An Empty array may be used to return all related Entities.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
1845
1859
|
"""GetLegalEntityRelationships: Get Relationships for Legal Entity # noqa: E501
|
1846
1860
|
|
1847
1861
|
Get Relationships for the specified Legal Entity # noqa: E501
|
@@ -1992,16 +2006,17 @@ class LegalEntitiesApi:
|
|
1992
2006
|
collection_formats=_collection_formats,
|
1993
2007
|
_request_auth=_params.get('_request_auth'))
|
1994
2008
|
|
2009
|
+
|
1995
2010
|
@overload
|
1996
|
-
async def list_all_legal_entities(self, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list the legal entities. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the legal entities. Defaults to return the latest version of each legal entities if not specified.")] = None, page : Annotated[Optional[
|
2011
|
+
async def list_all_legal_entities(self, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the legal entities. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the legal entities. Defaults to return the latest version of each legal entities if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing legal entities from a previous call to list legal entities. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy 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 number of returned results to this many. Defaults to 5000 if not specified.")] = 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, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for each legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each portfolio in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, **kwargs) -> ResourceListOfLegalEntity: # noqa: E501
|
1997
2012
|
...
|
1998
2013
|
|
1999
2014
|
@overload
|
2000
|
-
def list_all_legal_entities(self, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list the legal entities. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the legal entities. Defaults to return the latest version of each legal entities if not specified.")] = None, page : Annotated[Optional[
|
2015
|
+
def list_all_legal_entities(self, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the legal entities. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the legal entities. Defaults to return the latest version of each legal entities if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing legal entities from a previous call to list legal entities. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy 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 number of returned results to this many. Defaults to 5000 if not specified.")] = 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, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for each legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each portfolio in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfLegalEntity: # noqa: E501
|
2001
2016
|
...
|
2002
2017
|
|
2003
2018
|
@validate_arguments
|
2004
|
-
def list_all_legal_entities(self, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list the legal entities. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the legal entities. Defaults to return the latest version of each legal entities if not specified.")] = None, page : Annotated[Optional[
|
2019
|
+
def list_all_legal_entities(self, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the legal entities. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the legal entities. Defaults to return the latest version of each legal entities if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing legal entities from a previous call to list legal entities. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy 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 number of returned results to this many. Defaults to 5000 if not specified.")] = 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, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for each legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each portfolio in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfLegalEntity, Awaitable[ResourceListOfLegalEntity]]: # noqa: E501
|
2005
2020
|
"""ListAllLegalEntities: List Legal Entities # noqa: E501
|
2006
2021
|
|
2007
2022
|
List all legal entities which the user is entitled to see. # noqa: E501
|
@@ -2046,7 +2061,7 @@ class LegalEntitiesApi:
|
|
2046
2061
|
return self.list_all_legal_entities_with_http_info(effective_at, as_at, page, limit, filter, sort_by, property_keys, relationship_definition_ids, **kwargs) # noqa: E501
|
2047
2062
|
|
2048
2063
|
@validate_arguments
|
2049
|
-
def list_all_legal_entities_with_http_info(self, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list the legal entities. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the legal entities. Defaults to return the latest version of each legal entities if not specified.")] = None, page : Annotated[Optional[
|
2064
|
+
def list_all_legal_entities_with_http_info(self, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the legal entities. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the legal entities. Defaults to return the latest version of each legal entities if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing legal entities from a previous call to list legal entities. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy 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 number of returned results to this many. Defaults to 5000 if not specified.")] = 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, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for each legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each portfolio in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2050
2065
|
"""ListAllLegalEntities: List Legal Entities # noqa: E501
|
2051
2066
|
|
2052
2067
|
List all legal entities which the user is entitled to see. # noqa: E501
|
@@ -2205,16 +2220,17 @@ class LegalEntitiesApi:
|
|
2205
2220
|
collection_formats=_collection_formats,
|
2206
2221
|
_request_auth=_params.get('_request_auth'))
|
2207
2222
|
|
2223
|
+
|
2208
2224
|
@overload
|
2209
|
-
async def list_legal_entities(self, id_type_scope : Annotated[
|
2225
|
+
async def list_legal_entities(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing legal entities from a previous call to list legal entities. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy 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 number of returned results to this many. Defaults to 100 if not specified.")] = 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, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for each legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each portfolio in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, **kwargs) -> PagedResourceListOfLegalEntity: # noqa: E501
|
2210
2226
|
...
|
2211
2227
|
|
2212
2228
|
@overload
|
2213
|
-
def list_legal_entities(self, id_type_scope : Annotated[
|
2229
|
+
def list_legal_entities(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing legal entities from a previous call to list legal entities. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy 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 number of returned results to this many. Defaults to 100 if not specified.")] = 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, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for each legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each portfolio in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfLegalEntity: # noqa: E501
|
2214
2230
|
...
|
2215
2231
|
|
2216
2232
|
@validate_arguments
|
2217
|
-
def list_legal_entities(self, id_type_scope : Annotated[
|
2233
|
+
def list_legal_entities(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing legal entities from a previous call to list legal entities. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy 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 number of returned results to this many. Defaults to 100 if not specified.")] = 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, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for each legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each portfolio in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfLegalEntity, Awaitable[PagedResourceListOfLegalEntity]]: # noqa: E501
|
2218
2234
|
"""ListLegalEntities: List Legal Entities # noqa: E501
|
2219
2235
|
|
2220
2236
|
List legal entities which has identifier of specific identifier type's scope and code, and satisfies filter criteria. # noqa: E501
|
@@ -2263,7 +2279,7 @@ class LegalEntitiesApi:
|
|
2263
2279
|
return self.list_legal_entities_with_http_info(id_type_scope, id_type_code, effective_at, as_at, page, limit, filter, sort_by, property_keys, relationship_definition_ids, **kwargs) # noqa: E501
|
2264
2280
|
|
2265
2281
|
@validate_arguments
|
2266
|
-
def list_legal_entities_with_http_info(self, id_type_scope : Annotated[
|
2282
|
+
def list_legal_entities_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the people. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the people. Defaults to return the latest version of each people if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing legal entities from a previous call to list legal entities. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy 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 number of returned results to this many. Defaults to 100 if not specified.")] = 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, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys or identifier types (as property keys) from the \"LegalEntity\" domain to include for each legal entity, or from any domain that supports relationships to decorate onto related entities. These take the format {domain}/{scope}/{code} e.g. \"LegalEntity/ContactDetails/Address\".")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each portfolio in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2267
2283
|
"""ListLegalEntities: List Legal Entities # noqa: E501
|
2268
2284
|
|
2269
2285
|
List legal entities which has identifier of specific identifier type's scope and code, and satisfies filter criteria. # noqa: E501
|
@@ -2434,16 +2450,17 @@ class LegalEntitiesApi:
|
|
2434
2450
|
collection_formats=_collection_formats,
|
2435
2451
|
_request_auth=_params.get('_request_auth'))
|
2436
2452
|
|
2453
|
+
|
2437
2454
|
@overload
|
2438
|
-
async def patch_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
2455
|
+
async def patch_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], access_metadata_operation : Annotated[conlist(AccessMetadataOperation), Field(..., description="The Json Patch document")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to upsert the Access Metadata")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata")] = None, **kwargs) -> Dict[str, List[AccessMetadataValue]]: # noqa: E501
|
2439
2456
|
...
|
2440
2457
|
|
2441
2458
|
@overload
|
2442
|
-
def patch_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
2459
|
+
def patch_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], access_metadata_operation : Annotated[conlist(AccessMetadataOperation), Field(..., description="The Json Patch document")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to upsert the Access Metadata")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata")] = None, async_req: Optional[bool]=True, **kwargs) -> Dict[str, List[AccessMetadataValue]]: # noqa: E501
|
2443
2460
|
...
|
2444
2461
|
|
2445
2462
|
@validate_arguments
|
2446
|
-
def patch_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
2463
|
+
def patch_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], access_metadata_operation : Annotated[conlist(AccessMetadataOperation), Field(..., description="The Json Patch document")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to upsert the Access Metadata")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Dict[str, List[AccessMetadataValue]], Awaitable[Dict[str, List[AccessMetadataValue]]]]: # noqa: E501
|
2447
2464
|
"""[EARLY ACCESS] PatchLegalEntityAccessMetadata: Patch Access Metadata rules for a Legal Entity. # noqa: E501
|
2448
2465
|
|
2449
2466
|
Patch Legal Entity Access Metadata Rules in a single scope. The behaviour is defined by the JSON Patch specification. Currently only 'add' is a supported operation on the patch document Currently only valid metadata keys are supported paths on the patch document The response will return any affected Legal Entity Access Metadata rules or a failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. # noqa: E501
|
@@ -2484,7 +2501,7 @@ class LegalEntitiesApi:
|
|
2484
2501
|
return self.patch_legal_entity_access_metadata_with_http_info(id_type_scope, id_type_code, code, access_metadata_operation, effective_at, effective_until, **kwargs) # noqa: E501
|
2485
2502
|
|
2486
2503
|
@validate_arguments
|
2487
|
-
def patch_legal_entity_access_metadata_with_http_info(self, id_type_scope : Annotated[
|
2504
|
+
def patch_legal_entity_access_metadata_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], access_metadata_operation : Annotated[conlist(AccessMetadataOperation), Field(..., description="The Json Patch document")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to upsert the Access Metadata")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2488
2505
|
"""[EARLY ACCESS] PatchLegalEntityAccessMetadata: Patch Access Metadata rules for a Legal Entity. # noqa: E501
|
2489
2506
|
|
2490
2507
|
Patch Legal Entity Access Metadata Rules in a single scope. The behaviour is defined by the JSON Patch specification. Currently only 'add' is a supported operation on the patch document Currently only valid metadata keys are supported paths on the patch document The response will return any affected Legal Entity Access Metadata rules or a failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. # noqa: E501
|
@@ -2635,16 +2652,17 @@ class LegalEntitiesApi:
|
|
2635
2652
|
collection_formats=_collection_formats,
|
2636
2653
|
_request_auth=_params.get('_request_auth'))
|
2637
2654
|
|
2655
|
+
|
2638
2656
|
@overload
|
2639
|
-
async def set_legal_entity_identifiers(self, id_type_scope : Annotated[
|
2657
|
+
async def set_legal_entity_identifiers(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], set_legal_entity_identifiers_request : Annotated[SetLegalEntityIdentifiersRequest, Field(..., description="Request containing identifiers to set for the legal entity. Identifiers not specified in request will not be changed.")], **kwargs) -> LegalEntity: # noqa: E501
|
2640
2658
|
...
|
2641
2659
|
|
2642
2660
|
@overload
|
2643
|
-
def set_legal_entity_identifiers(self, id_type_scope : Annotated[
|
2661
|
+
def set_legal_entity_identifiers(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], set_legal_entity_identifiers_request : Annotated[SetLegalEntityIdentifiersRequest, Field(..., description="Request containing identifiers to set for the legal entity. Identifiers not specified in request will not be changed.")], async_req: Optional[bool]=True, **kwargs) -> LegalEntity: # noqa: E501
|
2644
2662
|
...
|
2645
2663
|
|
2646
2664
|
@validate_arguments
|
2647
|
-
def set_legal_entity_identifiers(self, id_type_scope : Annotated[
|
2665
|
+
def set_legal_entity_identifiers(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], set_legal_entity_identifiers_request : Annotated[SetLegalEntityIdentifiersRequest, Field(..., description="Request containing identifiers to set for the legal entity. Identifiers not specified in request will not be changed.")], async_req: Optional[bool]=None, **kwargs) -> Union[LegalEntity, Awaitable[LegalEntity]]: # noqa: E501
|
2648
2666
|
"""[EARLY ACCESS] SetLegalEntityIdentifiers: Set Legal Entity Identifiers # noqa: E501
|
2649
2667
|
|
2650
2668
|
Set identifiers of the Legal Entity. # noqa: E501
|
@@ -2681,7 +2699,7 @@ class LegalEntitiesApi:
|
|
2681
2699
|
return self.set_legal_entity_identifiers_with_http_info(id_type_scope, id_type_code, code, set_legal_entity_identifiers_request, **kwargs) # noqa: E501
|
2682
2700
|
|
2683
2701
|
@validate_arguments
|
2684
|
-
def set_legal_entity_identifiers_with_http_info(self, id_type_scope : Annotated[
|
2702
|
+
def set_legal_entity_identifiers_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], set_legal_entity_identifiers_request : Annotated[SetLegalEntityIdentifiersRequest, Field(..., description="Request containing identifiers to set for the legal entity. Identifiers not specified in request will not be changed.")], **kwargs) -> ApiResponse: # noqa: E501
|
2685
2703
|
"""[EARLY ACCESS] SetLegalEntityIdentifiers: Set Legal Entity Identifiers # noqa: E501
|
2686
2704
|
|
2687
2705
|
Set identifiers of the Legal Entity. # noqa: E501
|
@@ -2817,16 +2835,17 @@ class LegalEntitiesApi:
|
|
2817
2835
|
collection_formats=_collection_formats,
|
2818
2836
|
_request_auth=_params.get('_request_auth'))
|
2819
2837
|
|
2838
|
+
|
2820
2839
|
@overload
|
2821
|
-
async def set_legal_entity_properties(self, id_type_scope : Annotated[
|
2840
|
+
async def set_legal_entity_properties(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], set_legal_entity_properties_request : Annotated[SetLegalEntityPropertiesRequest, Field(..., description="Request containing properties to set for the legal entity. Properties not specified in request will not be changed.")], **kwargs) -> LegalEntity: # noqa: E501
|
2822
2841
|
...
|
2823
2842
|
|
2824
2843
|
@overload
|
2825
|
-
def set_legal_entity_properties(self, id_type_scope : Annotated[
|
2844
|
+
def set_legal_entity_properties(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], set_legal_entity_properties_request : Annotated[SetLegalEntityPropertiesRequest, Field(..., description="Request containing properties to set for the legal entity. Properties not specified in request will not be changed.")], async_req: Optional[bool]=True, **kwargs) -> LegalEntity: # noqa: E501
|
2826
2845
|
...
|
2827
2846
|
|
2828
2847
|
@validate_arguments
|
2829
|
-
def set_legal_entity_properties(self, id_type_scope : Annotated[
|
2848
|
+
def set_legal_entity_properties(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], set_legal_entity_properties_request : Annotated[SetLegalEntityPropertiesRequest, Field(..., description="Request containing properties to set for the legal entity. Properties not specified in request will not be changed.")], async_req: Optional[bool]=None, **kwargs) -> Union[LegalEntity, Awaitable[LegalEntity]]: # noqa: E501
|
2830
2849
|
"""SetLegalEntityProperties: Set Legal Entity Properties # noqa: E501
|
2831
2850
|
|
2832
2851
|
Set properties of the legal entity. # noqa: E501
|
@@ -2863,7 +2882,7 @@ class LegalEntitiesApi:
|
|
2863
2882
|
return self.set_legal_entity_properties_with_http_info(id_type_scope, id_type_code, code, set_legal_entity_properties_request, **kwargs) # noqa: E501
|
2864
2883
|
|
2865
2884
|
@validate_arguments
|
2866
|
-
def set_legal_entity_properties_with_http_info(self, id_type_scope : Annotated[
|
2885
|
+
def set_legal_entity_properties_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the legal entity identifier type.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the legal entity identifier type.")], code : Annotated[StrictStr, Field(..., description="Code of the legal entity under specified identifier type's scope and code. This together with stated identifier type uniquely identifies the legal entity.")], set_legal_entity_properties_request : Annotated[SetLegalEntityPropertiesRequest, Field(..., description="Request containing properties to set for the legal entity. Properties not specified in request will not be changed.")], **kwargs) -> ApiResponse: # noqa: E501
|
2867
2886
|
"""SetLegalEntityProperties: Set Legal Entity Properties # noqa: E501
|
2868
2887
|
|
2869
2888
|
Set properties of the legal entity. # noqa: E501
|
@@ -2999,16 +3018,17 @@ class LegalEntitiesApi:
|
|
2999
3018
|
collection_formats=_collection_formats,
|
3000
3019
|
_request_auth=_params.get('_request_auth'))
|
3001
3020
|
|
3021
|
+
|
3002
3022
|
@overload
|
3003
|
-
async def upsert_legal_entities(self, success_mode : Annotated[
|
3023
|
+
async def upsert_legal_entities(self, 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, UpsertLegalEntityRequest], Field(..., description="A collection of requests to create or update Legal Entities.")], **kwargs) -> UpsertLegalEntitiesResponse: # noqa: E501
|
3004
3024
|
...
|
3005
3025
|
|
3006
3026
|
@overload
|
3007
|
-
def upsert_legal_entities(self, success_mode : Annotated[
|
3027
|
+
def upsert_legal_entities(self, 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, UpsertLegalEntityRequest], Field(..., description="A collection of requests to create or update Legal Entities.")], async_req: Optional[bool]=True, **kwargs) -> UpsertLegalEntitiesResponse: # noqa: E501
|
3008
3028
|
...
|
3009
3029
|
|
3010
3030
|
@validate_arguments
|
3011
|
-
def upsert_legal_entities(self, success_mode : Annotated[
|
3031
|
+
def upsert_legal_entities(self, 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, UpsertLegalEntityRequest], Field(..., description="A collection of requests to create or update Legal Entities.")], async_req: Optional[bool]=None, **kwargs) -> Union[UpsertLegalEntitiesResponse, Awaitable[UpsertLegalEntitiesResponse]]: # noqa: E501
|
3012
3032
|
"""[EARLY ACCESS] UpsertLegalEntities: Pluralised upsert of Legal Entities # noqa: E501
|
3013
3033
|
|
3014
3034
|
Creates or updates a collection of Legal Entities # noqa: E501
|
@@ -3041,7 +3061,7 @@ class LegalEntitiesApi:
|
|
3041
3061
|
return self.upsert_legal_entities_with_http_info(success_mode, request_body, **kwargs) # noqa: E501
|
3042
3062
|
|
3043
3063
|
@validate_arguments
|
3044
|
-
def upsert_legal_entities_with_http_info(self, success_mode : Annotated[
|
3064
|
+
def upsert_legal_entities_with_http_info(self, 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, UpsertLegalEntityRequest], Field(..., description="A collection of requests to create or update Legal Entities.")], **kwargs) -> ApiResponse: # noqa: E501
|
3045
3065
|
"""[EARLY ACCESS] UpsertLegalEntities: Pluralised upsert of Legal Entities # noqa: E501
|
3046
3066
|
|
3047
3067
|
Creates or updates a collection of Legal Entities # noqa: E501
|
@@ -3165,6 +3185,7 @@ class LegalEntitiesApi:
|
|
3165
3185
|
collection_formats=_collection_formats,
|
3166
3186
|
_request_auth=_params.get('_request_auth'))
|
3167
3187
|
|
3188
|
+
|
3168
3189
|
@overload
|
3169
3190
|
async def upsert_legal_entity(self, upsert_legal_entity_request : Annotated[UpsertLegalEntityRequest, Field(..., description="Request to create or update a legal entity.")], **kwargs) -> LegalEntity: # noqa: E501
|
3170
3191
|
...
|
@@ -3323,16 +3344,17 @@ class LegalEntitiesApi:
|
|
3323
3344
|
collection_formats=_collection_formats,
|
3324
3345
|
_request_auth=_params.get('_request_auth'))
|
3325
3346
|
|
3347
|
+
|
3326
3348
|
@overload
|
3327
|
-
async def upsert_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
3349
|
+
async def upsert_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], upsert_legal_entity_access_metadata_request : Annotated[UpsertLegalEntityAccessMetadataRequest, Field(..., description="The Legal Entity Access Metadata entry to upsert")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to upsert the Access Metadata")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata")] = None, **kwargs) -> ResourceListOfAccessMetadataValueOf: # noqa: E501
|
3328
3350
|
...
|
3329
3351
|
|
3330
3352
|
@overload
|
3331
|
-
def upsert_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
3353
|
+
def upsert_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], upsert_legal_entity_access_metadata_request : Annotated[UpsertLegalEntityAccessMetadataRequest, Field(..., description="The Legal Entity Access Metadata entry to upsert")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to upsert the Access Metadata")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata")] = None, async_req: Optional[bool]=True, **kwargs) -> ResourceListOfAccessMetadataValueOf: # noqa: E501
|
3332
3354
|
...
|
3333
3355
|
|
3334
3356
|
@validate_arguments
|
3335
|
-
def upsert_legal_entity_access_metadata(self, id_type_scope : Annotated[
|
3357
|
+
def upsert_legal_entity_access_metadata(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], upsert_legal_entity_access_metadata_request : Annotated[UpsertLegalEntityAccessMetadataRequest, Field(..., description="The Legal Entity Access Metadata entry to upsert")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to upsert the Access Metadata")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfAccessMetadataValueOf, Awaitable[ResourceListOfAccessMetadataValueOf]]: # noqa: E501
|
3336
3358
|
"""UpsertLegalEntityAccessMetadata: Upsert a Legal Entity Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID. # noqa: E501
|
3337
3359
|
|
3338
3360
|
Update or insert one Legal Entity Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Legal Entity Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. # noqa: E501
|
@@ -3375,7 +3397,7 @@ class LegalEntitiesApi:
|
|
3375
3397
|
return self.upsert_legal_entity_access_metadata_with_http_info(id_type_scope, id_type_code, code, metadata_key, upsert_legal_entity_access_metadata_request, effective_at, effective_until, **kwargs) # noqa: E501
|
3376
3398
|
|
3377
3399
|
@validate_arguments
|
3378
|
-
def upsert_legal_entity_access_metadata_with_http_info(self, id_type_scope : Annotated[
|
3400
|
+
def upsert_legal_entity_access_metadata_with_http_info(self, id_type_scope : Annotated[StrictStr, Field(..., description="Scope of the Legal Entity identifier.")], id_type_code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity identifier.")], code : Annotated[StrictStr, Field(..., description="Code of the Legal Entity under specified identifier type's scope and code.")], metadata_key : Annotated[StrictStr, Field(..., description="Key of the metadata entry to retrieve")], upsert_legal_entity_access_metadata_request : Annotated[UpsertLegalEntityAccessMetadataRequest, Field(..., description="The Legal Entity Access Metadata entry to upsert")], effective_at : Annotated[Optional[StrictStr], Field( description="The effectiveAt datetime at which to upsert the Access Metadata")] = None, effective_until : Annotated[Optional[datetime], Field(description="The effective datetime until which the Access Metadata is valid. If not supplied this will be valid indefinitely, or until the next 'effectiveAt' datetime of the Access Metadata")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3379
3401
|
"""UpsertLegalEntityAccessMetadata: Upsert a Legal Entity Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID. # noqa: E501
|
3380
3402
|
|
3381
3403
|
Update or insert one Legal Entity Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Legal Entity Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched. # noqa: E501
|