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
@@ -65,6 +65,10 @@ from lusid.exceptions import ( # noqa: F401
|
|
65
65
|
)
|
66
66
|
from lusid.extensions.configuration_options import ConfigurationOptions
|
67
67
|
|
68
|
+
# ensure templated type usages are imported
|
69
|
+
from pydantic.v1 import Field, StrictStr
|
70
|
+
from typing import Optional
|
71
|
+
from typing_extensions import Annotated
|
68
72
|
|
69
73
|
class ChartOfAccountsApi:
|
70
74
|
"""NOTE: This class is auto generated by OpenAPI Generator
|
@@ -78,16 +82,17 @@ class ChartOfAccountsApi:
|
|
78
82
|
api_client = ApiClient.get_default()
|
79
83
|
self.api_client = api_client
|
80
84
|
|
85
|
+
|
81
86
|
@overload
|
82
|
-
async def create_chart_of_accounts(self, scope : Annotated[
|
87
|
+
async def create_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], chart_of_accounts_request : Annotated[ChartOfAccountsRequest, Field(..., description="The definition of the Chart of Accounts.")], **kwargs) -> ChartOfAccounts: # noqa: E501
|
83
88
|
...
|
84
89
|
|
85
90
|
@overload
|
86
|
-
def create_chart_of_accounts(self, scope : Annotated[
|
91
|
+
def create_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], chart_of_accounts_request : Annotated[ChartOfAccountsRequest, Field(..., description="The definition of the Chart of Accounts.")], async_req: Optional[bool]=True, **kwargs) -> ChartOfAccounts: # noqa: E501
|
87
92
|
...
|
88
93
|
|
89
94
|
@validate_arguments
|
90
|
-
def create_chart_of_accounts(self, scope : Annotated[
|
95
|
+
def create_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], chart_of_accounts_request : Annotated[ChartOfAccountsRequest, Field(..., description="The definition of the Chart of Accounts.")], async_req: Optional[bool]=None, **kwargs) -> Union[ChartOfAccounts, Awaitable[ChartOfAccounts]]: # noqa: E501
|
91
96
|
"""[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts # noqa: E501
|
92
97
|
|
93
98
|
Create the given Chart of Accounts. # noqa: E501
|
@@ -120,7 +125,7 @@ class ChartOfAccountsApi:
|
|
120
125
|
return self.create_chart_of_accounts_with_http_info(scope, chart_of_accounts_request, **kwargs) # noqa: E501
|
121
126
|
|
122
127
|
@validate_arguments
|
123
|
-
def create_chart_of_accounts_with_http_info(self, scope : Annotated[
|
128
|
+
def create_chart_of_accounts_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], chart_of_accounts_request : Annotated[ChartOfAccountsRequest, Field(..., description="The definition of the Chart of Accounts.")], **kwargs) -> ApiResponse: # noqa: E501
|
124
129
|
"""[EXPERIMENTAL] CreateChartOfAccounts: Create a Chart of Accounts # noqa: E501
|
125
130
|
|
126
131
|
Create the given Chart of Accounts. # noqa: E501
|
@@ -244,16 +249,17 @@ class ChartOfAccountsApi:
|
|
244
249
|
collection_formats=_collection_formats,
|
245
250
|
_request_auth=_params.get('_request_auth'))
|
246
251
|
|
252
|
+
|
247
253
|
@overload
|
248
|
-
async def create_cleardown_module(self, scope : Annotated[
|
254
|
+
async def create_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_request : Annotated[CleardownModuleRequest, Field(..., description="The definition of the Cleardown Module.")], **kwargs) -> CleardownModuleResponse: # noqa: E501
|
249
255
|
...
|
250
256
|
|
251
257
|
@overload
|
252
|
-
def create_cleardown_module(self, scope : Annotated[
|
258
|
+
def create_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_request : Annotated[CleardownModuleRequest, Field(..., description="The definition of the Cleardown Module.")], async_req: Optional[bool]=True, **kwargs) -> CleardownModuleResponse: # noqa: E501
|
253
259
|
...
|
254
260
|
|
255
261
|
@validate_arguments
|
256
|
-
def create_cleardown_module(self, scope : Annotated[
|
262
|
+
def create_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_request : Annotated[CleardownModuleRequest, Field(..., description="The definition of the Cleardown Module.")], async_req: Optional[bool]=None, **kwargs) -> Union[CleardownModuleResponse, Awaitable[CleardownModuleResponse]]: # noqa: E501
|
257
263
|
"""[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module # noqa: E501
|
258
264
|
|
259
265
|
Create the given Cleardown Module. # noqa: E501
|
@@ -288,7 +294,7 @@ class ChartOfAccountsApi:
|
|
288
294
|
return self.create_cleardown_module_with_http_info(scope, code, cleardown_module_request, **kwargs) # noqa: E501
|
289
295
|
|
290
296
|
@validate_arguments
|
291
|
-
def create_cleardown_module_with_http_info(self, scope : Annotated[
|
297
|
+
def create_cleardown_module_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_request : Annotated[CleardownModuleRequest, Field(..., description="The definition of the Cleardown Module.")], **kwargs) -> ApiResponse: # noqa: E501
|
292
298
|
"""[EXPERIMENTAL] CreateCleardownModule: Create a Cleardown Module # noqa: E501
|
293
299
|
|
294
300
|
Create the given Cleardown Module. # noqa: E501
|
@@ -418,16 +424,17 @@ class ChartOfAccountsApi:
|
|
418
424
|
collection_formats=_collection_formats,
|
419
425
|
_request_auth=_params.get('_request_auth'))
|
420
426
|
|
427
|
+
|
421
428
|
@overload
|
422
|
-
async def create_general_ledger_profile(self, scope : Annotated[
|
429
|
+
async def create_general_ledger_profile(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts.")], general_ledger_profile_request : Annotated[GeneralLedgerProfileRequest, Field(..., description="The definition of the General Ledger Profile.")], **kwargs) -> GeneralLedgerProfileResponse: # noqa: E501
|
423
430
|
...
|
424
431
|
|
425
432
|
@overload
|
426
|
-
def create_general_ledger_profile(self, scope : Annotated[
|
433
|
+
def create_general_ledger_profile(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts.")], general_ledger_profile_request : Annotated[GeneralLedgerProfileRequest, Field(..., description="The definition of the General Ledger Profile.")], async_req: Optional[bool]=True, **kwargs) -> GeneralLedgerProfileResponse: # noqa: E501
|
427
434
|
...
|
428
435
|
|
429
436
|
@validate_arguments
|
430
|
-
def create_general_ledger_profile(self, scope : Annotated[
|
437
|
+
def create_general_ledger_profile(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts.")], general_ledger_profile_request : Annotated[GeneralLedgerProfileRequest, Field(..., description="The definition of the General Ledger Profile.")], async_req: Optional[bool]=None, **kwargs) -> Union[GeneralLedgerProfileResponse, Awaitable[GeneralLedgerProfileResponse]]: # noqa: E501
|
431
438
|
"""[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. # noqa: E501
|
432
439
|
|
433
440
|
Create the given General Ledger profile. # noqa: E501
|
@@ -462,7 +469,7 @@ class ChartOfAccountsApi:
|
|
462
469
|
return self.create_general_ledger_profile_with_http_info(scope, code, general_ledger_profile_request, **kwargs) # noqa: E501
|
463
470
|
|
464
471
|
@validate_arguments
|
465
|
-
def create_general_ledger_profile_with_http_info(self, scope : Annotated[
|
472
|
+
def create_general_ledger_profile_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts.")], general_ledger_profile_request : Annotated[GeneralLedgerProfileRequest, Field(..., description="The definition of the General Ledger Profile.")], **kwargs) -> ApiResponse: # noqa: E501
|
466
473
|
"""[EXPERIMENTAL] CreateGeneralLedgerProfile: Create a General Ledger Profile. # noqa: E501
|
467
474
|
|
468
475
|
Create the given General Ledger profile. # noqa: E501
|
@@ -592,16 +599,17 @@ class ChartOfAccountsApi:
|
|
592
599
|
collection_formats=_collection_formats,
|
593
600
|
_request_auth=_params.get('_request_auth'))
|
594
601
|
|
602
|
+
|
595
603
|
@overload
|
596
|
-
async def create_posting_module(self, scope : Annotated[
|
604
|
+
async def create_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_request : Annotated[PostingModuleRequest, Field(..., description="The definition of the Posting Module.")], **kwargs) -> PostingModuleResponse: # noqa: E501
|
597
605
|
...
|
598
606
|
|
599
607
|
@overload
|
600
|
-
def create_posting_module(self, scope : Annotated[
|
608
|
+
def create_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_request : Annotated[PostingModuleRequest, Field(..., description="The definition of the Posting Module.")], async_req: Optional[bool]=True, **kwargs) -> PostingModuleResponse: # noqa: E501
|
601
609
|
...
|
602
610
|
|
603
611
|
@validate_arguments
|
604
|
-
def create_posting_module(self, scope : Annotated[
|
612
|
+
def create_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_request : Annotated[PostingModuleRequest, Field(..., description="The definition of the Posting Module.")], async_req: Optional[bool]=None, **kwargs) -> Union[PostingModuleResponse, Awaitable[PostingModuleResponse]]: # noqa: E501
|
605
613
|
"""[EXPERIMENTAL] CreatePostingModule: Create a Posting Module # noqa: E501
|
606
614
|
|
607
615
|
Create the given Posting Module. # noqa: E501
|
@@ -636,7 +644,7 @@ class ChartOfAccountsApi:
|
|
636
644
|
return self.create_posting_module_with_http_info(scope, code, posting_module_request, **kwargs) # noqa: E501
|
637
645
|
|
638
646
|
@validate_arguments
|
639
|
-
def create_posting_module_with_http_info(self, scope : Annotated[
|
647
|
+
def create_posting_module_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_request : Annotated[PostingModuleRequest, Field(..., description="The definition of the Posting Module.")], **kwargs) -> ApiResponse: # noqa: E501
|
640
648
|
"""[EXPERIMENTAL] CreatePostingModule: Create a Posting Module # noqa: E501
|
641
649
|
|
642
650
|
Create the given Posting Module. # noqa: E501
|
@@ -766,16 +774,17 @@ class ChartOfAccountsApi:
|
|
766
774
|
collection_formats=_collection_formats,
|
767
775
|
_request_auth=_params.get('_request_auth'))
|
768
776
|
|
777
|
+
|
769
778
|
@overload
|
770
|
-
async def delete_accounts(self, scope : Annotated[
|
779
|
+
async def delete_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], request_body : Annotated[conlist(StrictStr), Field(..., description="The codes of the accounts to delete.")], delete_mode : Annotated[Optional[StrictStr], Field( description="The delete mode to use (defaults to 'Soft').")] = None, **kwargs) -> DeleteAccountsResponse: # noqa: E501
|
771
780
|
...
|
772
781
|
|
773
782
|
@overload
|
774
|
-
def delete_accounts(self, scope : Annotated[
|
783
|
+
def delete_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], request_body : Annotated[conlist(StrictStr), Field(..., description="The codes of the accounts to delete.")], delete_mode : Annotated[Optional[StrictStr], Field( description="The delete mode to use (defaults to 'Soft').")] = None, async_req: Optional[bool]=True, **kwargs) -> DeleteAccountsResponse: # noqa: E501
|
775
784
|
...
|
776
785
|
|
777
786
|
@validate_arguments
|
778
|
-
def delete_accounts(self, scope : Annotated[
|
787
|
+
def delete_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], request_body : Annotated[conlist(StrictStr), Field(..., description="The codes of the accounts to delete.")], delete_mode : Annotated[Optional[StrictStr], Field( description="The delete mode to use (defaults to 'Soft').")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[DeleteAccountsResponse, Awaitable[DeleteAccountsResponse]]: # noqa: E501
|
779
788
|
"""[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts # noqa: E501
|
780
789
|
|
781
790
|
Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000. # noqa: E501
|
@@ -812,7 +821,7 @@ class ChartOfAccountsApi:
|
|
812
821
|
return self.delete_accounts_with_http_info(scope, code, request_body, delete_mode, **kwargs) # noqa: E501
|
813
822
|
|
814
823
|
@validate_arguments
|
815
|
-
def delete_accounts_with_http_info(self, scope : Annotated[
|
824
|
+
def delete_accounts_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], request_body : Annotated[conlist(StrictStr), Field(..., description="The codes of the accounts to delete.")], delete_mode : Annotated[Optional[StrictStr], Field( description="The delete mode to use (defaults to 'Soft').")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
816
825
|
"""[EXPERIMENTAL] DeleteAccounts: Soft or hard delete multiple accounts # noqa: E501
|
817
826
|
|
818
827
|
Delete one or more account from the Chart of Accounts. Soft deletion marks the account as inactive While the Hard deletion is deleting the account. The maximum number of accounts that this method can delete per request is 2,000. # noqa: E501
|
@@ -948,16 +957,17 @@ class ChartOfAccountsApi:
|
|
948
957
|
collection_formats=_collection_formats,
|
949
958
|
_request_auth=_params.get('_request_auth'))
|
950
959
|
|
960
|
+
|
951
961
|
@overload
|
952
|
-
async def delete_chart_of_accounts(self, scope : Annotated[
|
962
|
+
async def delete_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to be deleted.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to be deleted. Together with the scope this uniquely identifies the Chart of Accounts.")], **kwargs) -> DeletedEntityResponse: # noqa: E501
|
953
963
|
...
|
954
964
|
|
955
965
|
@overload
|
956
|
-
def delete_chart_of_accounts(self, scope : Annotated[
|
966
|
+
def delete_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to be deleted.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to be deleted. Together with the scope this uniquely identifies the Chart of Accounts.")], async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
957
967
|
...
|
958
968
|
|
959
969
|
@validate_arguments
|
960
|
-
def delete_chart_of_accounts(self, scope : Annotated[
|
970
|
+
def delete_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to be deleted.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to be deleted. Together with the scope this uniquely identifies the Chart of Accounts.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
961
971
|
"""[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts # noqa: E501
|
962
972
|
|
963
973
|
Delete the given Chart of Accounts. # noqa: E501
|
@@ -990,7 +1000,7 @@ class ChartOfAccountsApi:
|
|
990
1000
|
return self.delete_chart_of_accounts_with_http_info(scope, code, **kwargs) # noqa: E501
|
991
1001
|
|
992
1002
|
@validate_arguments
|
993
|
-
def delete_chart_of_accounts_with_http_info(self, scope : Annotated[
|
1003
|
+
def delete_chart_of_accounts_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to be deleted.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to be deleted. Together with the scope this uniquely identifies the Chart of Accounts.")], **kwargs) -> ApiResponse: # noqa: E501
|
994
1004
|
"""[EXPERIMENTAL] DeleteChartOfAccounts: Delete a Chart of Accounts # noqa: E501
|
995
1005
|
|
996
1006
|
Delete the given Chart of Accounts. # noqa: E501
|
@@ -1107,16 +1117,17 @@ class ChartOfAccountsApi:
|
|
1107
1117
|
collection_formats=_collection_formats,
|
1108
1118
|
_request_auth=_params.get('_request_auth'))
|
1109
1119
|
|
1120
|
+
|
1110
1121
|
@overload
|
1111
|
-
async def delete_cleardown_module(self, scope : Annotated[
|
1122
|
+
async def delete_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be deleted.")], **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1112
1123
|
...
|
1113
1124
|
|
1114
1125
|
@overload
|
1115
|
-
def delete_cleardown_module(self, scope : Annotated[
|
1126
|
+
def delete_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be deleted.")], async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1116
1127
|
...
|
1117
1128
|
|
1118
1129
|
@validate_arguments
|
1119
|
-
def delete_cleardown_module(self, scope : Annotated[
|
1130
|
+
def delete_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be deleted.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
1120
1131
|
"""[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. # noqa: E501
|
1121
1132
|
|
1122
1133
|
Delete the given Cleardown Module. # noqa: E501
|
@@ -1151,7 +1162,7 @@ class ChartOfAccountsApi:
|
|
1151
1162
|
return self.delete_cleardown_module_with_http_info(scope, code, cleardown_module_code, **kwargs) # noqa: E501
|
1152
1163
|
|
1153
1164
|
@validate_arguments
|
1154
|
-
def delete_cleardown_module_with_http_info(self, scope : Annotated[
|
1165
|
+
def delete_cleardown_module_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be deleted.")], **kwargs) -> ApiResponse: # noqa: E501
|
1155
1166
|
"""[EXPERIMENTAL] DeleteCleardownModule: Delete a Cleardown Module. # noqa: E501
|
1156
1167
|
|
1157
1168
|
Delete the given Cleardown Module. # noqa: E501
|
@@ -1274,16 +1285,17 @@ class ChartOfAccountsApi:
|
|
1274
1285
|
collection_formats=_collection_formats,
|
1275
1286
|
_request_auth=_params.get('_request_auth'))
|
1276
1287
|
|
1288
|
+
|
1277
1289
|
@overload
|
1278
|
-
async def delete_general_ledger_profile(self, scope : Annotated[
|
1290
|
+
async def delete_general_ledger_profile(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts for the General Ledger Profile.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts for the General Ledger Profile.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The Code of the General Ledger Profile.")], **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1279
1291
|
...
|
1280
1292
|
|
1281
1293
|
@overload
|
1282
|
-
def delete_general_ledger_profile(self, scope : Annotated[
|
1294
|
+
def delete_general_ledger_profile(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts for the General Ledger Profile.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts for the General Ledger Profile.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The Code of the General Ledger Profile.")], async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1283
1295
|
...
|
1284
1296
|
|
1285
1297
|
@validate_arguments
|
1286
|
-
def delete_general_ledger_profile(self, scope : Annotated[
|
1298
|
+
def delete_general_ledger_profile(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts for the General Ledger Profile.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts for the General Ledger Profile.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The Code of the General Ledger Profile.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
1287
1299
|
"""[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. # noqa: E501
|
1288
1300
|
|
1289
1301
|
Delete the given General Ledger Profile. # noqa: E501
|
@@ -1318,7 +1330,7 @@ class ChartOfAccountsApi:
|
|
1318
1330
|
return self.delete_general_ledger_profile_with_http_info(scope, code, general_ledger_profile_code, **kwargs) # noqa: E501
|
1319
1331
|
|
1320
1332
|
@validate_arguments
|
1321
|
-
def delete_general_ledger_profile_with_http_info(self, scope : Annotated[
|
1333
|
+
def delete_general_ledger_profile_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts for the General Ledger Profile.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts for the General Ledger Profile.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The Code of the General Ledger Profile.")], **kwargs) -> ApiResponse: # noqa: E501
|
1322
1334
|
"""[EXPERIMENTAL] DeleteGeneralLedgerProfile: Delete a General Ledger Profile. # noqa: E501
|
1323
1335
|
|
1324
1336
|
Delete the given General Ledger Profile. # noqa: E501
|
@@ -1441,16 +1453,17 @@ class ChartOfAccountsApi:
|
|
1441
1453
|
collection_formats=_collection_formats,
|
1442
1454
|
_request_auth=_params.get('_request_auth'))
|
1443
1455
|
|
1456
|
+
|
1444
1457
|
@overload
|
1445
|
-
async def delete_posting_module(self, scope : Annotated[
|
1458
|
+
async def delete_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be deleted.")], **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1446
1459
|
...
|
1447
1460
|
|
1448
1461
|
@overload
|
1449
|
-
def delete_posting_module(self, scope : Annotated[
|
1462
|
+
def delete_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be deleted.")], async_req: Optional[bool]=True, **kwargs) -> DeletedEntityResponse: # noqa: E501
|
1450
1463
|
...
|
1451
1464
|
|
1452
1465
|
@validate_arguments
|
1453
|
-
def delete_posting_module(self, scope : Annotated[
|
1466
|
+
def delete_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be deleted.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
|
1454
1467
|
"""[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. # noqa: E501
|
1455
1468
|
|
1456
1469
|
Delete the given Posting Module. # noqa: E501
|
@@ -1485,7 +1498,7 @@ class ChartOfAccountsApi:
|
|
1485
1498
|
return self.delete_posting_module_with_http_info(scope, code, posting_module_code, **kwargs) # noqa: E501
|
1486
1499
|
|
1487
1500
|
@validate_arguments
|
1488
|
-
def delete_posting_module_with_http_info(self, scope : Annotated[
|
1501
|
+
def delete_posting_module_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be deleted.")], **kwargs) -> ApiResponse: # noqa: E501
|
1489
1502
|
"""[EXPERIMENTAL] DeletePostingModule: Delete a Posting Module. # noqa: E501
|
1490
1503
|
|
1491
1504
|
Delete the given Posting Module. # noqa: E501
|
@@ -1608,16 +1621,17 @@ class ChartOfAccountsApi:
|
|
1608
1621
|
collection_formats=_collection_formats,
|
1609
1622
|
_request_auth=_params.get('_request_auth'))
|
1610
1623
|
|
1624
|
+
|
1611
1625
|
@overload
|
1612
|
-
async def get_account(self, scope : Annotated[
|
1626
|
+
async def get_account(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The code of the Account.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Account properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Account definition. Defaults to returning the latest version of the Account definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Account' domain to decorate onto the Account. These must take the format {domain}/{scope}/{code}, for example 'Account/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, **kwargs) -> Account: # noqa: E501
|
1613
1627
|
...
|
1614
1628
|
|
1615
1629
|
@overload
|
1616
|
-
def get_account(self, scope : Annotated[
|
1630
|
+
def get_account(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The code of the Account.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Account properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Account definition. Defaults to returning the latest version of the Account definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Account' domain to decorate onto the Account. These must take the format {domain}/{scope}/{code}, for example 'Account/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, async_req: Optional[bool]=True, **kwargs) -> Account: # noqa: E501
|
1617
1631
|
...
|
1618
1632
|
|
1619
1633
|
@validate_arguments
|
1620
|
-
def get_account(self, scope : Annotated[
|
1634
|
+
def get_account(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The code of the Account.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Account properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Account definition. Defaults to returning the latest version of the Account definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Account' domain to decorate onto the Account. These must take the format {domain}/{scope}/{code}, for example 'Account/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Account, Awaitable[Account]]: # noqa: E501
|
1621
1635
|
"""[EXPERIMENTAL] GetAccount: Get Account # noqa: E501
|
1622
1636
|
|
1623
1637
|
Retrieve the definition of a particular Account which is part of a Chart of Accounts. # noqa: E501
|
@@ -1658,7 +1672,7 @@ class ChartOfAccountsApi:
|
|
1658
1672
|
return self.get_account_with_http_info(scope, code, account_code, effective_at, as_at, property_keys, **kwargs) # noqa: E501
|
1659
1673
|
|
1660
1674
|
@validate_arguments
|
1661
|
-
def get_account_with_http_info(self, scope : Annotated[
|
1675
|
+
def get_account_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The code of the Account.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Account properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Account definition. Defaults to returning the latest version of the Account definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Account' domain to decorate onto the Account. These must take the format {domain}/{scope}/{code}, for example 'Account/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
1662
1676
|
"""[EXPERIMENTAL] GetAccount: Get Account # noqa: E501
|
1663
1677
|
|
1664
1678
|
Retrieve the definition of a particular Account which is part of a Chart of Accounts. # noqa: E501
|
@@ -1803,16 +1817,17 @@ class ChartOfAccountsApi:
|
|
1803
1817
|
collection_formats=_collection_formats,
|
1804
1818
|
_request_auth=_params.get('_request_auth'))
|
1805
1819
|
|
1820
|
+
|
1806
1821
|
@overload
|
1807
|
-
async def get_account_properties(self, scope : Annotated[
|
1822
|
+
async def get_account_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The unique ID of the account to get properties for.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the Account's properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Account's properties. Defaults to return the latest version of each property if not specified.")] = None, **kwargs) -> AccountProperties: # noqa: E501
|
1808
1823
|
...
|
1809
1824
|
|
1810
1825
|
@overload
|
1811
|
-
def get_account_properties(self, scope : Annotated[
|
1826
|
+
def get_account_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The unique ID of the account to get properties for.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the Account's properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Account's properties. Defaults to return the latest version of each property if not specified.")] = None, async_req: Optional[bool]=True, **kwargs) -> AccountProperties: # noqa: E501
|
1812
1827
|
...
|
1813
1828
|
|
1814
1829
|
@validate_arguments
|
1815
|
-
def get_account_properties(self, scope : Annotated[
|
1830
|
+
def get_account_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The unique ID of the account to get properties for.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the Account's properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Account's properties. Defaults to return the latest version of each property if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[AccountProperties, Awaitable[AccountProperties]]: # noqa: E501
|
1816
1831
|
"""[EXPERIMENTAL] GetAccountProperties: Get Account properties # noqa: E501
|
1817
1832
|
|
1818
1833
|
Get all the properties of a single account. # noqa: E501
|
@@ -1851,7 +1866,7 @@ class ChartOfAccountsApi:
|
|
1851
1866
|
return self.get_account_properties_with_http_info(scope, code, account_code, effective_at, as_at, **kwargs) # noqa: E501
|
1852
1867
|
|
1853
1868
|
@validate_arguments
|
1854
|
-
def get_account_properties_with_http_info(self, scope : Annotated[
|
1869
|
+
def get_account_properties_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The unique ID of the account to get properties for.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the Account's properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Account's properties. Defaults to return the latest version of each property if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
1855
1870
|
"""[EXPERIMENTAL] GetAccountProperties: Get Account properties # noqa: E501
|
1856
1871
|
|
1857
1872
|
Get all the properties of a single account. # noqa: E501
|
@@ -1989,16 +2004,17 @@ class ChartOfAccountsApi:
|
|
1989
2004
|
collection_formats=_collection_formats,
|
1990
2005
|
_request_auth=_params.get('_request_auth'))
|
1991
2006
|
|
2007
|
+
|
1992
2008
|
@overload
|
1993
|
-
async def get_chart_of_accounts(self, scope : Annotated[
|
2009
|
+
async def get_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Chart of Accounts properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Chart of Accounts definition. Defaults to returning the latest version of the Chart of Accounts definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ChartOfAccounts' domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, **kwargs) -> ChartOfAccounts: # noqa: E501
|
1994
2010
|
...
|
1995
2011
|
|
1996
2012
|
@overload
|
1997
|
-
def get_chart_of_accounts(self, scope : Annotated[
|
2013
|
+
def get_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Chart of Accounts properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Chart of Accounts definition. Defaults to returning the latest version of the Chart of Accounts definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ChartOfAccounts' domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, async_req: Optional[bool]=True, **kwargs) -> ChartOfAccounts: # noqa: E501
|
1998
2014
|
...
|
1999
2015
|
|
2000
2016
|
@validate_arguments
|
2001
|
-
def get_chart_of_accounts(self, scope : Annotated[
|
2017
|
+
def get_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Chart of Accounts properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Chart of Accounts definition. Defaults to returning the latest version of the Chart of Accounts definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ChartOfAccounts' domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ChartOfAccounts, Awaitable[ChartOfAccounts]]: # noqa: E501
|
2002
2018
|
"""[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts # noqa: E501
|
2003
2019
|
|
2004
2020
|
Retrieve the definition of a particular Chart of Accounts. # noqa: E501
|
@@ -2037,7 +2053,7 @@ class ChartOfAccountsApi:
|
|
2037
2053
|
return self.get_chart_of_accounts_with_http_info(scope, code, effective_at, as_at, property_keys, **kwargs) # noqa: E501
|
2038
2054
|
|
2039
2055
|
@validate_arguments
|
2040
|
-
def get_chart_of_accounts_with_http_info(self, scope : Annotated[
|
2056
|
+
def get_chart_of_accounts_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to retrieve the Chart of Accounts properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Chart of Accounts definition. Defaults to returning the latest version of the Chart of Accounts definition if not specified.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ChartOfAccounts' domain to decorate onto the Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'. If no properties are specified, then no properties will be returned.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2041
2057
|
"""[EXPERIMENTAL] GetChartOfAccounts: Get ChartOfAccounts # noqa: E501
|
2042
2058
|
|
2043
2059
|
Retrieve the definition of a particular Chart of Accounts. # noqa: E501
|
@@ -2176,16 +2192,17 @@ class ChartOfAccountsApi:
|
|
2176
2192
|
collection_formats=_collection_formats,
|
2177
2193
|
_request_auth=_params.get('_request_auth'))
|
2178
2194
|
|
2195
|
+
|
2179
2196
|
@overload
|
2180
|
-
async def get_chart_of_accounts_properties(self, scope : Annotated[
|
2197
|
+
async def get_chart_of_accounts_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the chart of accounts to list the properties for.")], code : Annotated[StrictStr, Field(..., description="The code of the chart of accounts to list the properties for. Together with the scope this uniquely identifies the chart of accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the chart of accounts' properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the chart of accounts' properties. Defaults to return the latest version of each property if not specified.")] = None, **kwargs) -> ChartOfAccountsProperties: # noqa: E501
|
2181
2198
|
...
|
2182
2199
|
|
2183
2200
|
@overload
|
2184
|
-
def get_chart_of_accounts_properties(self, scope : Annotated[
|
2201
|
+
def get_chart_of_accounts_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the chart of accounts to list the properties for.")], code : Annotated[StrictStr, Field(..., description="The code of the chart of accounts to list the properties for. Together with the scope this uniquely identifies the chart of accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the chart of accounts' properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the chart of accounts' properties. Defaults to return the latest version of each property if not specified.")] = None, async_req: Optional[bool]=True, **kwargs) -> ChartOfAccountsProperties: # noqa: E501
|
2185
2202
|
...
|
2186
2203
|
|
2187
2204
|
@validate_arguments
|
2188
|
-
def get_chart_of_accounts_properties(self, scope : Annotated[
|
2205
|
+
def get_chart_of_accounts_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the chart of accounts to list the properties for.")], code : Annotated[StrictStr, Field(..., description="The code of the chart of accounts to list the properties for. Together with the scope this uniquely identifies the chart of accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the chart of accounts' properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the chart of accounts' properties. Defaults to return the latest version of each property if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ChartOfAccountsProperties, Awaitable[ChartOfAccountsProperties]]: # noqa: E501
|
2189
2206
|
"""[EXPERIMENTAL] GetChartOfAccountsProperties: Get chart of accounts properties # noqa: E501
|
2190
2207
|
|
2191
2208
|
Get all the properties of a single chart of accounts. # noqa: E501
|
@@ -2222,7 +2239,7 @@ class ChartOfAccountsApi:
|
|
2222
2239
|
return self.get_chart_of_accounts_properties_with_http_info(scope, code, effective_at, as_at, **kwargs) # noqa: E501
|
2223
2240
|
|
2224
2241
|
@validate_arguments
|
2225
|
-
def get_chart_of_accounts_properties_with_http_info(self, scope : Annotated[
|
2242
|
+
def get_chart_of_accounts_properties_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the chart of accounts to list the properties for.")], code : Annotated[StrictStr, Field(..., description="The code of the chart of accounts to list the properties for. Together with the scope this uniquely identifies the chart of accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the chart of accounts' properties. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the chart of accounts' properties. Defaults to return the latest version of each property if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2226
2243
|
"""[EXPERIMENTAL] GetChartOfAccountsProperties: Get chart of accounts properties # noqa: E501
|
2227
2244
|
|
2228
2245
|
Get all the properties of a single chart of accounts. # noqa: E501
|
@@ -2354,16 +2371,17 @@ class ChartOfAccountsApi:
|
|
2354
2371
|
collection_formats=_collection_formats,
|
2355
2372
|
_request_auth=_params.get('_request_auth'))
|
2356
2373
|
|
2374
|
+
|
2357
2375
|
@overload
|
2358
|
-
async def get_cleardown_module(self, scope : Annotated[
|
2376
|
+
async def get_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Cleardown Module. Defaults to return the latest version of the Cleardown Module if not specified.")] = None, **kwargs) -> CleardownModuleResponse: # noqa: E501
|
2359
2377
|
...
|
2360
2378
|
|
2361
2379
|
@overload
|
2362
|
-
def get_cleardown_module(self, scope : Annotated[
|
2380
|
+
def get_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Cleardown Module. Defaults to return the latest version of the Cleardown Module if not specified.")] = None, async_req: Optional[bool]=True, **kwargs) -> CleardownModuleResponse: # noqa: E501
|
2363
2381
|
...
|
2364
2382
|
|
2365
2383
|
@validate_arguments
|
2366
|
-
def get_cleardown_module(self, scope : Annotated[
|
2384
|
+
def get_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Cleardown Module. Defaults to return the latest version of the Cleardown Module if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[CleardownModuleResponse, Awaitable[CleardownModuleResponse]]: # noqa: E501
|
2367
2385
|
"""[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module # noqa: E501
|
2368
2386
|
|
2369
2387
|
Retrieve the definition of a Cleardown Module complete with its rules. # noqa: E501
|
@@ -2400,7 +2418,7 @@ class ChartOfAccountsApi:
|
|
2400
2418
|
return self.get_cleardown_module_with_http_info(scope, code, cleardown_module_code, as_at, **kwargs) # noqa: E501
|
2401
2419
|
|
2402
2420
|
@validate_arguments
|
2403
|
-
def get_cleardown_module_with_http_info(self, scope : Annotated[
|
2421
|
+
def get_cleardown_module_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Cleardown Module. Defaults to return the latest version of the Cleardown Module if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2404
2422
|
"""[EXPERIMENTAL] GetCleardownModule: Get a Cleardown Module # noqa: E501
|
2405
2423
|
|
2406
2424
|
Retrieve the definition of a Cleardown Module complete with its rules. # noqa: E501
|
@@ -2532,16 +2550,17 @@ class ChartOfAccountsApi:
|
|
2532
2550
|
collection_formats=_collection_formats,
|
2533
2551
|
_request_auth=_params.get('_request_auth'))
|
2534
2552
|
|
2553
|
+
|
2535
2554
|
@overload
|
2536
|
-
async def get_general_ledger_profile(self, scope : Annotated[
|
2555
|
+
async def get_general_ledger_profile(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts for the General Ledger Profile.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts for the General Ledger Profile.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The General Ledger Profile Code of the General Ledger Profile.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the General Ledger Profile. Defaults to return the latest version of the General Ledger Profile if not specified.")] = None, **kwargs) -> GeneralLedgerProfileResponse: # noqa: E501
|
2537
2556
|
...
|
2538
2557
|
|
2539
2558
|
@overload
|
2540
|
-
def get_general_ledger_profile(self, scope : Annotated[
|
2559
|
+
def get_general_ledger_profile(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts for the General Ledger Profile.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts for the General Ledger Profile.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The General Ledger Profile Code of the General Ledger Profile.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the General Ledger Profile. Defaults to return the latest version of the General Ledger Profile if not specified.")] = None, async_req: Optional[bool]=True, **kwargs) -> GeneralLedgerProfileResponse: # noqa: E501
|
2541
2560
|
...
|
2542
2561
|
|
2543
2562
|
@validate_arguments
|
2544
|
-
def get_general_ledger_profile(self, scope : Annotated[
|
2563
|
+
def get_general_ledger_profile(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts for the General Ledger Profile.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts for the General Ledger Profile.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The General Ledger Profile Code of the General Ledger Profile.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the General Ledger Profile. Defaults to return the latest version of the General Ledger Profile if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[GeneralLedgerProfileResponse, Awaitable[GeneralLedgerProfileResponse]]: # noqa: E501
|
2545
2564
|
"""[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. # noqa: E501
|
2546
2565
|
|
2547
2566
|
Get the given General Ledger Profile. # noqa: E501
|
@@ -2578,7 +2597,7 @@ class ChartOfAccountsApi:
|
|
2578
2597
|
return self.get_general_ledger_profile_with_http_info(scope, code, general_ledger_profile_code, as_at, **kwargs) # noqa: E501
|
2579
2598
|
|
2580
2599
|
@validate_arguments
|
2581
|
-
def get_general_ledger_profile_with_http_info(self, scope : Annotated[
|
2600
|
+
def get_general_ledger_profile_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts for the General Ledger Profile.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts for the General Ledger Profile.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The General Ledger Profile Code of the General Ledger Profile.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the General Ledger Profile. Defaults to return the latest version of the General Ledger Profile if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2582
2601
|
"""[EXPERIMENTAL] GetGeneralLedgerProfile: Get a General Ledger Profile. # noqa: E501
|
2583
2602
|
|
2584
2603
|
Get the given General Ledger Profile. # noqa: E501
|
@@ -2710,16 +2729,17 @@ class ChartOfAccountsApi:
|
|
2710
2729
|
collection_formats=_collection_formats,
|
2711
2730
|
_request_auth=_params.get('_request_auth'))
|
2712
2731
|
|
2732
|
+
|
2713
2733
|
@overload
|
2714
|
-
async def get_posting_module(self, scope : Annotated[
|
2734
|
+
async def get_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Posting Module. Defaults to return the latest version of the Posting Module if not specified.")] = None, **kwargs) -> PostingModuleResponse: # noqa: E501
|
2715
2735
|
...
|
2716
2736
|
|
2717
2737
|
@overload
|
2718
|
-
def get_posting_module(self, scope : Annotated[
|
2738
|
+
def get_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Posting Module. Defaults to return the latest version of the Posting Module if not specified.")] = None, async_req: Optional[bool]=True, **kwargs) -> PostingModuleResponse: # noqa: E501
|
2719
2739
|
...
|
2720
2740
|
|
2721
2741
|
@validate_arguments
|
2722
|
-
def get_posting_module(self, scope : Annotated[
|
2742
|
+
def get_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Posting Module. Defaults to return the latest version of the Posting Module if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PostingModuleResponse, Awaitable[PostingModuleResponse]]: # noqa: E501
|
2723
2743
|
"""[EXPERIMENTAL] GetPostingModule: Get a Posting Module # noqa: E501
|
2724
2744
|
|
2725
2745
|
Retrieve the definition of a Posting Module complete with its rules. # noqa: E501
|
@@ -2756,7 +2776,7 @@ class ChartOfAccountsApi:
|
|
2756
2776
|
return self.get_posting_module_with_http_info(scope, code, posting_module_code, as_at, **kwargs) # noqa: E501
|
2757
2777
|
|
2758
2778
|
@validate_arguments
|
2759
|
-
def get_posting_module_with_http_info(self, scope : Annotated[
|
2779
|
+
def get_posting_module_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Posting Module. Defaults to return the latest version of the Posting Module if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2760
2780
|
"""[EXPERIMENTAL] GetPostingModule: Get a Posting Module # noqa: E501
|
2761
2781
|
|
2762
2782
|
Retrieve the definition of a Posting Module complete with its rules. # noqa: E501
|
@@ -2888,16 +2908,17 @@ class ChartOfAccountsApi:
|
|
2888
2908
|
collection_formats=_collection_formats,
|
2889
2909
|
_request_auth=_params.get('_request_auth'))
|
2890
2910
|
|
2911
|
+
|
2891
2912
|
@overload
|
2892
|
-
async def list_accounts(self, scope : Annotated[
|
2913
|
+
async def list_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties decorated on Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Accounts. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Account type, specify \"code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Account' domain to decorate onto the Account. These must have the format {domain}/{scope}/{code}, for example 'Account/system/Name'.")] = None, **kwargs) -> PagedResourceListOfAccount: # noqa: E501
|
2893
2914
|
...
|
2894
2915
|
|
2895
2916
|
@overload
|
2896
|
-
def list_accounts(self, scope : Annotated[
|
2917
|
+
def list_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties decorated on Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Accounts. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Account type, specify \"code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Account' domain to decorate onto the Account. These must have the format {domain}/{scope}/{code}, for example 'Account/system/Name'.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfAccount: # noqa: E501
|
2897
2918
|
...
|
2898
2919
|
|
2899
2920
|
@validate_arguments
|
2900
|
-
def list_accounts(self, scope : Annotated[
|
2921
|
+
def list_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties decorated on Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Accounts. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Account type, specify \"code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Account' domain to decorate onto the Account. These must have the format {domain}/{scope}/{code}, for example 'Account/system/Name'.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfAccount, Awaitable[PagedResourceListOfAccount]]: # noqa: E501
|
2901
2922
|
"""[EXPERIMENTAL] ListAccounts: List Accounts # noqa: E501
|
2902
2923
|
|
2903
2924
|
List the accounts in a Chart of Accounts # noqa: E501
|
@@ -2942,7 +2963,7 @@ class ChartOfAccountsApi:
|
|
2942
2963
|
return self.list_accounts_with_http_info(scope, code, effective_at, as_at, page, limit, filter, property_keys, **kwargs) # noqa: E501
|
2943
2964
|
|
2944
2965
|
@validate_arguments
|
2945
|
-
def list_accounts_with_http_info(self, scope : Annotated[
|
2966
|
+
def list_accounts_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties decorated on Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the Accounts. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Account type, specify \"code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Account' domain to decorate onto the Account. These must have the format {domain}/{scope}/{code}, for example 'Account/system/Name'.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
2946
2967
|
"""[EXPERIMENTAL] ListAccounts: List Accounts # noqa: E501
|
2947
2968
|
|
2948
2969
|
List the accounts in a Chart of Accounts # noqa: E501
|
@@ -3099,16 +3120,17 @@ class ChartOfAccountsApi:
|
|
3099
3120
|
collection_formats=_collection_formats,
|
3100
3121
|
_request_auth=_params.get('_request_auth'))
|
3101
3122
|
|
3123
|
+
|
3102
3124
|
@overload
|
3103
|
-
async def list_charts_of_accounts(self, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified.")] = None, page : Annotated[Optional[
|
3125
|
+
async def list_charts_of_accounts(self, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Chart of Accounts type, specify \"id.Code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ChartOfAccounts' domain to decorate onto each Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'.")] = None, **kwargs) -> PagedResourceListOfChartOfAccounts: # noqa: E501
|
3104
3126
|
...
|
3105
3127
|
|
3106
3128
|
@overload
|
3107
|
-
def list_charts_of_accounts(self, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified.")] = None, page : Annotated[Optional[
|
3129
|
+
def list_charts_of_accounts(self, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Chart of Accounts type, specify \"id.Code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ChartOfAccounts' domain to decorate onto each Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfChartOfAccounts: # noqa: E501
|
3108
3130
|
...
|
3109
3131
|
|
3110
3132
|
@validate_arguments
|
3111
|
-
def list_charts_of_accounts(self, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified.")] = None, page : Annotated[Optional[
|
3133
|
+
def list_charts_of_accounts(self, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Chart of Accounts type, specify \"id.Code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ChartOfAccounts' domain to decorate onto each Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfChartOfAccounts, Awaitable[PagedResourceListOfChartOfAccounts]]: # noqa: E501
|
3112
3134
|
"""[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts # noqa: E501
|
3113
3135
|
|
3114
3136
|
List all the Charts of Accounts matching particular criteria. # noqa: E501
|
@@ -3151,7 +3173,7 @@ class ChartOfAccountsApi:
|
|
3151
3173
|
return self.list_charts_of_accounts_with_http_info(effective_at, as_at, page, limit, filter, sort_by, property_keys, **kwargs) # noqa: E501
|
3152
3174
|
|
3153
3175
|
@validate_arguments
|
3154
|
-
def list_charts_of_accounts_with_http_info(self, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified.")] = None, page : Annotated[Optional[
|
3176
|
+
def list_charts_of_accounts_with_http_info(self, effective_at : Annotated[Optional[StrictStr], Field( description="The effective datetime or cut label at which to list the TimeVariant properties for the Chart Of Accounts. Defaults to the current LUSID system datetime if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the charts of accounts. Defaults to returning the latest version of each Chart of Accounts if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing charts of accounts; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Chart of Accounts type, specify \"id.Code eq '001'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'ChartOfAccounts' domain to decorate onto each Chart of Accounts. These must take the format {domain}/{scope}/{code}, for example 'ChartOfAccounts/Manager/Id'.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3155
3177
|
"""[EXPERIMENTAL] ListChartsOfAccounts: List Charts of Accounts # noqa: E501
|
3156
3178
|
|
3157
3179
|
List all the Charts of Accounts matching particular criteria. # noqa: E501
|
@@ -3303,16 +3325,17 @@ class ChartOfAccountsApi:
|
|
3303
3325
|
collection_formats=_collection_formats,
|
3304
3326
|
_request_auth=_params.get('_request_auth'))
|
3305
3327
|
|
3328
|
+
|
3306
3329
|
@overload
|
3307
|
-
async def list_cleardown_module_rules(self, scope : Annotated[
|
3330
|
+
async def list_cleardown_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the cleardown module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing cleardown module rules; 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 results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the rule id, specify \"ruleId eq 'rule 1'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, **kwargs) -> PagedResourceListOfCleardownModuleRule: # noqa: E501
|
3308
3331
|
...
|
3309
3332
|
|
3310
3333
|
@overload
|
3311
|
-
def list_cleardown_module_rules(self, scope : Annotated[
|
3334
|
+
def list_cleardown_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the cleardown module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing cleardown module rules; 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 results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the rule id, specify \"ruleId eq 'rule 1'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfCleardownModuleRule: # noqa: E501
|
3312
3335
|
...
|
3313
3336
|
|
3314
3337
|
@validate_arguments
|
3315
|
-
def list_cleardown_module_rules(self, scope : Annotated[
|
3338
|
+
def list_cleardown_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the cleardown module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing cleardown module rules; 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 results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the rule id, specify \"ruleId eq 'rule 1'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfCleardownModuleRule, Awaitable[PagedResourceListOfCleardownModuleRule]]: # noqa: E501
|
3316
3339
|
"""[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules # noqa: E501
|
3317
3340
|
|
3318
3341
|
List the Rules in a Cleardown Module # noqa: E501
|
@@ -3355,7 +3378,7 @@ class ChartOfAccountsApi:
|
|
3355
3378
|
return self.list_cleardown_module_rules_with_http_info(scope, code, cleardown_module_code, as_at, page, limit, filter, **kwargs) # noqa: E501
|
3356
3379
|
|
3357
3380
|
@validate_arguments
|
3358
|
-
def list_cleardown_module_rules_with_http_info(self, scope : Annotated[
|
3381
|
+
def list_cleardown_module_rules_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the cleardown module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing cleardown module rules; 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 results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the rule id, specify \"ruleId eq 'rule 1'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3359
3382
|
"""[EXPERIMENTAL] ListCleardownModuleRules: List Cleardown Module Rules # noqa: E501
|
3360
3383
|
|
3361
3384
|
List the Rules in a Cleardown Module # noqa: E501
|
@@ -3505,16 +3528,17 @@ class ChartOfAccountsApi:
|
|
3505
3528
|
collection_formats=_collection_formats,
|
3506
3529
|
_request_auth=_params.get('_request_auth'))
|
3507
3530
|
|
3531
|
+
|
3508
3532
|
@overload
|
3509
|
-
async def list_cleardown_modules(self, scope : Annotated[
|
3533
|
+
async def list_cleardown_modules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Cleardown Module. Defaults to returning the latest version of each Cleardown Module if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing Cleardown Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Cleardown Module status, specify \"status eq 'Active'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, **kwargs) -> PagedResourceListOfCleardownModuleResponse: # noqa: E501
|
3510
3534
|
...
|
3511
3535
|
|
3512
3536
|
@overload
|
3513
|
-
def list_cleardown_modules(self, scope : Annotated[
|
3537
|
+
def list_cleardown_modules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Cleardown Module. Defaults to returning the latest version of each Cleardown Module if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing Cleardown Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Cleardown Module status, specify \"status eq 'Active'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfCleardownModuleResponse: # noqa: E501
|
3514
3538
|
...
|
3515
3539
|
|
3516
3540
|
@validate_arguments
|
3517
|
-
def list_cleardown_modules(self, scope : Annotated[
|
3541
|
+
def list_cleardown_modules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Cleardown Module. Defaults to returning the latest version of each Cleardown Module if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing Cleardown Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Cleardown Module status, specify \"status eq 'Active'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfCleardownModuleResponse, Awaitable[PagedResourceListOfCleardownModuleResponse]]: # noqa: E501
|
3518
3542
|
"""[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules # noqa: E501
|
3519
3543
|
|
3520
3544
|
List all the Cleardown Modules matching particular criteria. # noqa: E501
|
@@ -3557,7 +3581,7 @@ class ChartOfAccountsApi:
|
|
3557
3581
|
return self.list_cleardown_modules_with_http_info(scope, code, as_at, page, limit, filter, sort_by, **kwargs) # noqa: E501
|
3558
3582
|
|
3559
3583
|
@validate_arguments
|
3560
|
-
def list_cleardown_modules_with_http_info(self, scope : Annotated[
|
3584
|
+
def list_cleardown_modules_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Cleardown Module. Defaults to returning the latest version of each Cleardown Module if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing Cleardown Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Cleardown Module status, specify \"status eq 'Active'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3561
3585
|
"""[EXPERIMENTAL] ListCleardownModules: List Cleardown Modules # noqa: E501
|
3562
3586
|
|
3563
3587
|
List all the Cleardown Modules matching particular criteria. # noqa: E501
|
@@ -3708,16 +3732,17 @@ class ChartOfAccountsApi:
|
|
3708
3732
|
collection_formats=_collection_formats,
|
3709
3733
|
_request_auth=_params.get('_request_auth'))
|
3710
3734
|
|
3735
|
+
|
3711
3736
|
@overload
|
3712
|
-
async def list_general_ledger_profiles(self, scope : Annotated[
|
3737
|
+
async def list_general_ledger_profiles(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the General Ledger Profiles. Defaults to returning the latest version of each General Ledger Profile if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing General Ledger Profiles; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the General Ledger profiles type, specify \"type eq 'PeriodBoundary'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, **kwargs) -> PagedResourceListOfGeneralLedgerProfileResponse: # noqa: E501
|
3713
3738
|
...
|
3714
3739
|
|
3715
3740
|
@overload
|
3716
|
-
def list_general_ledger_profiles(self, scope : Annotated[
|
3741
|
+
def list_general_ledger_profiles(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the General Ledger Profiles. Defaults to returning the latest version of each General Ledger Profile if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing General Ledger Profiles; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the General Ledger profiles type, specify \"type eq 'PeriodBoundary'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfGeneralLedgerProfileResponse: # noqa: E501
|
3717
3742
|
...
|
3718
3743
|
|
3719
3744
|
@validate_arguments
|
3720
|
-
def list_general_ledger_profiles(self, scope : Annotated[
|
3745
|
+
def list_general_ledger_profiles(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the General Ledger Profiles. Defaults to returning the latest version of each General Ledger Profile if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing General Ledger Profiles; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the General Ledger profiles type, specify \"type eq 'PeriodBoundary'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfGeneralLedgerProfileResponse, Awaitable[PagedResourceListOfGeneralLedgerProfileResponse]]: # noqa: E501
|
3721
3746
|
"""[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. # noqa: E501
|
3722
3747
|
|
3723
3748
|
List all the General Ledger profiles matching particular criteria. # noqa: E501
|
@@ -3760,7 +3785,7 @@ class ChartOfAccountsApi:
|
|
3760
3785
|
return self.list_general_ledger_profiles_with_http_info(scope, code, as_at, page, limit, filter, sort_by, **kwargs) # noqa: E501
|
3761
3786
|
|
3762
3787
|
@validate_arguments
|
3763
|
-
def list_general_ledger_profiles_with_http_info(self, scope : Annotated[
|
3788
|
+
def list_general_ledger_profiles_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the General Ledger Profiles. Defaults to returning the latest version of each General Ledger Profile if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing General Ledger Profiles; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the General Ledger profiles type, specify \"type eq 'PeriodBoundary'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3764
3789
|
"""[EXPERIMENTAL] ListGeneralLedgerProfiles: List General Ledger Profiles. # noqa: E501
|
3765
3790
|
|
3766
3791
|
List all the General Ledger profiles matching particular criteria. # noqa: E501
|
@@ -3911,16 +3936,17 @@ class ChartOfAccountsApi:
|
|
3911
3936
|
collection_formats=_collection_formats,
|
3912
3937
|
_request_auth=_params.get('_request_auth'))
|
3913
3938
|
|
3939
|
+
|
3914
3940
|
@overload
|
3915
|
-
async def list_posting_module_rules(self, scope : Annotated[
|
3941
|
+
async def list_posting_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the posting module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing posting module rules; 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 results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the rule id, specify \"ruleId eq 'rule 1'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, **kwargs) -> PagedResourceListOfPostingModuleRule: # noqa: E501
|
3916
3942
|
...
|
3917
3943
|
|
3918
3944
|
@overload
|
3919
|
-
def list_posting_module_rules(self, scope : Annotated[
|
3945
|
+
def list_posting_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the posting module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing posting module rules; 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 results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the rule id, specify \"ruleId eq 'rule 1'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfPostingModuleRule: # noqa: E501
|
3920
3946
|
...
|
3921
3947
|
|
3922
3948
|
@validate_arguments
|
3923
|
-
def list_posting_module_rules(self, scope : Annotated[
|
3949
|
+
def list_posting_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the posting module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing posting module rules; 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 results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the rule id, specify \"ruleId eq 'rule 1'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfPostingModuleRule, Awaitable[PagedResourceListOfPostingModuleRule]]: # noqa: E501
|
3924
3950
|
"""[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules # noqa: E501
|
3925
3951
|
|
3926
3952
|
List the Rules in a Posting Module # noqa: E501
|
@@ -3963,7 +3989,7 @@ class ChartOfAccountsApi:
|
|
3963
3989
|
return self.list_posting_module_rules_with_http_info(scope, code, posting_module_code, as_at, page, limit, filter, **kwargs) # noqa: E501
|
3964
3990
|
|
3965
3991
|
@validate_arguments
|
3966
|
-
def list_posting_module_rules_with_http_info(self, scope : Annotated[
|
3992
|
+
def list_posting_module_rules_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the posting module.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing posting module rules; 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 results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the rule id, specify \"ruleId eq 'rule 1'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
3967
3993
|
"""[EXPERIMENTAL] ListPostingModuleRules: List Posting Module Rules # noqa: E501
|
3968
3994
|
|
3969
3995
|
List the Rules in a Posting Module # noqa: E501
|
@@ -4113,16 +4139,17 @@ class ChartOfAccountsApi:
|
|
4113
4139
|
collection_formats=_collection_formats,
|
4114
4140
|
_request_auth=_params.get('_request_auth'))
|
4115
4141
|
|
4142
|
+
|
4116
4143
|
@overload
|
4117
|
-
async def list_posting_modules(self, scope : Annotated[
|
4144
|
+
async def list_posting_modules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Posting Module. Defaults to returning the latest version of each Posting Module if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing Posting Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Posting Module status, specify \"status eq 'Active'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, **kwargs) -> PagedResourceListOfPostingModuleResponse: # noqa: E501
|
4118
4145
|
...
|
4119
4146
|
|
4120
4147
|
@overload
|
4121
|
-
def list_posting_modules(self, scope : Annotated[
|
4148
|
+
def list_posting_modules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Posting Module. Defaults to returning the latest version of each Posting Module if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing Posting Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Posting Module status, specify \"status eq 'Active'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfPostingModuleResponse: # noqa: E501
|
4122
4149
|
...
|
4123
4150
|
|
4124
4151
|
@validate_arguments
|
4125
|
-
def list_posting_modules(self, scope : Annotated[
|
4152
|
+
def list_posting_modules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Posting Module. Defaults to returning the latest version of each Posting Module if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing Posting Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Posting Module status, specify \"status eq 'Active'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfPostingModuleResponse, Awaitable[PagedResourceListOfPostingModuleResponse]]: # noqa: E501
|
4126
4153
|
"""[EXPERIMENTAL] ListPostingModules: List Posting Modules # noqa: E501
|
4127
4154
|
|
4128
4155
|
List all the Posting Modules matching particular criteria. # noqa: E501
|
@@ -4165,7 +4192,7 @@ class ChartOfAccountsApi:
|
|
4165
4192
|
return self.list_posting_modules_with_http_info(scope, code, as_at, page, limit, filter, sort_by, **kwargs) # noqa: E501
|
4166
4193
|
|
4167
4194
|
@validate_arguments
|
4168
|
-
def list_posting_modules_with_http_info(self, scope : Annotated[
|
4195
|
+
def list_posting_modules_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list the Posting Module. Defaults to returning the latest version of each Posting Module if not specified.")] = None, page : Annotated[Optional[StrictStr], Field( description="The pagination token to use to continue listing Posting Modules; this value is returned from the previous call. If a pagination token is provided, the filter, effectiveAt and asAt fields must not have changed since the original request.")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number. Defaults to 100 if not specified.")] = None, filter : Annotated[Optional[StrictStr], Field( description="Expression to filter the results. For example, to filter on the Posting Module status, specify \"status eq 'Active'\". For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
4169
4196
|
"""[EXPERIMENTAL] ListPostingModules: List Posting Modules # noqa: E501
|
4170
4197
|
|
4171
4198
|
List all the Posting Modules matching particular criteria. # noqa: E501
|
@@ -4316,16 +4343,17 @@ class ChartOfAccountsApi:
|
|
4316
4343
|
collection_formats=_collection_formats,
|
4317
4344
|
_request_auth=_params.get('_request_auth'))
|
4318
4345
|
|
4346
|
+
|
4319
4347
|
@overload
|
4320
|
-
async def patch_chart_of_accounts(self, scope : Annotated[
|
4348
|
+
async def patch_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], **kwargs) -> ChartOfAccounts: # noqa: E501
|
4321
4349
|
...
|
4322
4350
|
|
4323
4351
|
@overload
|
4324
|
-
def patch_chart_of_accounts(self, scope : Annotated[
|
4352
|
+
def patch_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], async_req: Optional[bool]=True, **kwargs) -> ChartOfAccounts: # noqa: E501
|
4325
4353
|
...
|
4326
4354
|
|
4327
4355
|
@validate_arguments
|
4328
|
-
def patch_chart_of_accounts(self, scope : Annotated[
|
4356
|
+
def patch_chart_of_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], async_req: Optional[bool]=None, **kwargs) -> Union[ChartOfAccounts, Awaitable[ChartOfAccounts]]: # noqa: E501
|
4329
4357
|
"""[EXPERIMENTAL] PatchChartOfAccounts: Patch a Chart of Accounts. # noqa: E501
|
4330
4358
|
|
4331
4359
|
Update fields on a Chart of Accounts. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description. # noqa: E501
|
@@ -4360,7 +4388,7 @@ class ChartOfAccountsApi:
|
|
4360
4388
|
return self.patch_chart_of_accounts_with_http_info(scope, code, operation, **kwargs) # noqa: E501
|
4361
4389
|
|
4362
4390
|
@validate_arguments
|
4363
|
-
def patch_chart_of_accounts_with_http_info(self, scope : Annotated[
|
4391
|
+
def patch_chart_of_accounts_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], **kwargs) -> ApiResponse: # noqa: E501
|
4364
4392
|
"""[EXPERIMENTAL] PatchChartOfAccounts: Patch a Chart of Accounts. # noqa: E501
|
4365
4393
|
|
4366
4394
|
Update fields on a Chart of Accounts. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description. # noqa: E501
|
@@ -4490,16 +4518,17 @@ class ChartOfAccountsApi:
|
|
4490
4518
|
collection_formats=_collection_formats,
|
4491
4519
|
_request_auth=_params.get('_request_auth'))
|
4492
4520
|
|
4521
|
+
|
4493
4522
|
@overload
|
4494
|
-
async def patch_cleardown_module(self, scope : Annotated[
|
4523
|
+
async def patch_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], **kwargs) -> CleardownModuleResponse: # noqa: E501
|
4495
4524
|
...
|
4496
4525
|
|
4497
4526
|
@overload
|
4498
|
-
def patch_cleardown_module(self, scope : Annotated[
|
4527
|
+
def patch_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], async_req: Optional[bool]=True, **kwargs) -> CleardownModuleResponse: # noqa: E501
|
4499
4528
|
...
|
4500
4529
|
|
4501
4530
|
@validate_arguments
|
4502
|
-
def patch_cleardown_module(self, scope : Annotated[
|
4531
|
+
def patch_cleardown_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], async_req: Optional[bool]=None, **kwargs) -> Union[CleardownModuleResponse, Awaitable[CleardownModuleResponse]]: # noqa: E501
|
4503
4532
|
"""[EXPERIMENTAL] PatchCleardownModule: Patch a Cleardown Module # noqa: E501
|
4504
4533
|
|
4505
4534
|
Update fields on a Cleardown Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules. # noqa: E501
|
@@ -4536,7 +4565,7 @@ class ChartOfAccountsApi:
|
|
4536
4565
|
return self.patch_cleardown_module_with_http_info(scope, code, cleardown_module_code, operation, **kwargs) # noqa: E501
|
4537
4566
|
|
4538
4567
|
@validate_arguments
|
4539
|
-
def patch_cleardown_module_with_http_info(self, scope : Annotated[
|
4568
|
+
def patch_cleardown_module_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], **kwargs) -> ApiResponse: # noqa: E501
|
4540
4569
|
"""[EXPERIMENTAL] PatchCleardownModule: Patch a Cleardown Module # noqa: E501
|
4541
4570
|
|
4542
4571
|
Update fields on a Cleardown Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules. # noqa: E501
|
@@ -4672,16 +4701,17 @@ class ChartOfAccountsApi:
|
|
4672
4701
|
collection_formats=_collection_formats,
|
4673
4702
|
_request_auth=_params.get('_request_auth'))
|
4674
4703
|
|
4704
|
+
|
4675
4705
|
@overload
|
4676
|
-
async def patch_posting_module(self, scope : Annotated[
|
4706
|
+
async def patch_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], **kwargs) -> PostingModuleResponse: # noqa: E501
|
4677
4707
|
...
|
4678
4708
|
|
4679
4709
|
@overload
|
4680
|
-
def patch_posting_module(self, scope : Annotated[
|
4710
|
+
def patch_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], async_req: Optional[bool]=True, **kwargs) -> PostingModuleResponse: # noqa: E501
|
4681
4711
|
...
|
4682
4712
|
|
4683
4713
|
@validate_arguments
|
4684
|
-
def patch_posting_module(self, scope : Annotated[
|
4714
|
+
def patch_posting_module(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], async_req: Optional[bool]=None, **kwargs) -> Union[PostingModuleResponse, Awaitable[PostingModuleResponse]]: # noqa: E501
|
4685
4715
|
"""[EXPERIMENTAL] PatchPostingModule: Patch a Posting Module # noqa: E501
|
4686
4716
|
|
4687
4717
|
Update fields on a Posting Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules. # noqa: E501
|
@@ -4718,7 +4748,7 @@ class ChartOfAccountsApi:
|
|
4718
4748
|
return self.patch_posting_module_with_http_info(scope, code, posting_module_code, operation, **kwargs) # noqa: E501
|
4719
4749
|
|
4720
4750
|
@validate_arguments
|
4721
|
-
def patch_posting_module_with_http_info(self, scope : Annotated[
|
4751
|
+
def patch_posting_module_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], **kwargs) -> ApiResponse: # noqa: E501
|
4722
4752
|
"""[EXPERIMENTAL] PatchPostingModule: Patch a Posting Module # noqa: E501
|
4723
4753
|
|
4724
4754
|
Update fields on a Posting Module. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description, Rules. # noqa: E501
|
@@ -4854,16 +4884,17 @@ class ChartOfAccountsApi:
|
|
4854
4884
|
collection_formats=_collection_formats,
|
4855
4885
|
_request_auth=_params.get('_request_auth'))
|
4856
4886
|
|
4887
|
+
|
4857
4888
|
@overload
|
4858
|
-
async def set_cleardown_module_details(self, scope : Annotated[
|
4889
|
+
async def set_cleardown_module_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], cleardown_module_details : Annotated[CleardownModuleDetails, Field(..., description="The new details for the Cleardown Module.")], **kwargs) -> CleardownModuleResponse: # noqa: E501
|
4859
4890
|
...
|
4860
4891
|
|
4861
4892
|
@overload
|
4862
|
-
def set_cleardown_module_details(self, scope : Annotated[
|
4893
|
+
def set_cleardown_module_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], cleardown_module_details : Annotated[CleardownModuleDetails, Field(..., description="The new details for the Cleardown Module.")], async_req: Optional[bool]=True, **kwargs) -> CleardownModuleResponse: # noqa: E501
|
4863
4894
|
...
|
4864
4895
|
|
4865
4896
|
@validate_arguments
|
4866
|
-
def set_cleardown_module_details(self, scope : Annotated[
|
4897
|
+
def set_cleardown_module_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], cleardown_module_details : Annotated[CleardownModuleDetails, Field(..., description="The new details for the Cleardown Module.")], async_req: Optional[bool]=None, **kwargs) -> Union[CleardownModuleResponse, Awaitable[CleardownModuleResponse]]: # noqa: E501
|
4867
4898
|
"""[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module # noqa: E501
|
4868
4899
|
|
4869
4900
|
Update the given Cleardown Module details. # noqa: E501
|
@@ -4900,7 +4931,7 @@ class ChartOfAccountsApi:
|
|
4900
4931
|
return self.set_cleardown_module_details_with_http_info(scope, code, cleardown_module_code, cleardown_module_details, **kwargs) # noqa: E501
|
4901
4932
|
|
4902
4933
|
@validate_arguments
|
4903
|
-
def set_cleardown_module_details_with_http_info(self, scope : Annotated[
|
4934
|
+
def set_cleardown_module_details_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], cleardown_module_details : Annotated[CleardownModuleDetails, Field(..., description="The new details for the Cleardown Module.")], **kwargs) -> ApiResponse: # noqa: E501
|
4904
4935
|
"""[EXPERIMENTAL] SetCleardownModuleDetails: Set the details of a Cleardown Module # noqa: E501
|
4905
4936
|
|
4906
4937
|
Update the given Cleardown Module details. # noqa: E501
|
@@ -5036,16 +5067,17 @@ class ChartOfAccountsApi:
|
|
5036
5067
|
collection_formats=_collection_formats,
|
5037
5068
|
_request_auth=_params.get('_request_auth'))
|
5038
5069
|
|
5070
|
+
|
5039
5071
|
@overload
|
5040
|
-
async def set_cleardown_module_rules(self, scope : Annotated[
|
5072
|
+
async def set_cleardown_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], cleardown_module_rule : Annotated[conlist(CleardownModuleRule), Field(..., description="The new rule set for the Cleardown Module.")], **kwargs) -> CleardownModuleRulesUpdatedResponse: # noqa: E501
|
5041
5073
|
...
|
5042
5074
|
|
5043
5075
|
@overload
|
5044
|
-
def set_cleardown_module_rules(self, scope : Annotated[
|
5076
|
+
def set_cleardown_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], cleardown_module_rule : Annotated[conlist(CleardownModuleRule), Field(..., description="The new rule set for the Cleardown Module.")], async_req: Optional[bool]=True, **kwargs) -> CleardownModuleRulesUpdatedResponse: # noqa: E501
|
5045
5077
|
...
|
5046
5078
|
|
5047
5079
|
@validate_arguments
|
5048
|
-
def set_cleardown_module_rules(self, scope : Annotated[
|
5080
|
+
def set_cleardown_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], cleardown_module_rule : Annotated[conlist(CleardownModuleRule), Field(..., description="The new rule set for the Cleardown Module.")], async_req: Optional[bool]=None, **kwargs) -> Union[CleardownModuleRulesUpdatedResponse, Awaitable[CleardownModuleRulesUpdatedResponse]]: # noqa: E501
|
5049
5081
|
"""[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module # noqa: E501
|
5050
5082
|
|
5051
5083
|
Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module. # noqa: E501
|
@@ -5082,7 +5114,7 @@ class ChartOfAccountsApi:
|
|
5082
5114
|
return self.set_cleardown_module_rules_with_http_info(scope, code, cleardown_module_code, cleardown_module_rule, **kwargs) # noqa: E501
|
5083
5115
|
|
5084
5116
|
@validate_arguments
|
5085
|
-
def set_cleardown_module_rules_with_http_info(self, scope : Annotated[
|
5117
|
+
def set_cleardown_module_rules_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], cleardown_module_code : Annotated[StrictStr, Field(..., description="The code of the Cleardown Module to be updated.")], cleardown_module_rule : Annotated[conlist(CleardownModuleRule), Field(..., description="The new rule set for the Cleardown Module.")], **kwargs) -> ApiResponse: # noqa: E501
|
5086
5118
|
"""[EXPERIMENTAL] SetCleardownModuleRules: Set the rules of a Cleardown Module # noqa: E501
|
5087
5119
|
|
5088
5120
|
Set the given Cleardown Modules rules, this will replace the existing set of rules for the cleardown module. # noqa: E501
|
@@ -5218,16 +5250,17 @@ class ChartOfAccountsApi:
|
|
5218
5250
|
collection_formats=_collection_formats,
|
5219
5251
|
_request_auth=_params.get('_request_auth'))
|
5220
5252
|
|
5253
|
+
|
5221
5254
|
@overload
|
5222
|
-
async def set_general_ledger_profile_mappings(self, scope : Annotated[
|
5255
|
+
async def set_general_ledger_profile_mappings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The code of the General Ledger Profile")], general_ledger_profile_mapping : Annotated[conlist(GeneralLedgerProfileMapping), Field(..., description="The updated General Ledger Profile Mappings, the previous mappings will be wholly replaced with this data. Mappings will be evaluated in the order they are provided.")], **kwargs) -> GeneralLedgerProfileResponse: # noqa: E501
|
5223
5256
|
...
|
5224
5257
|
|
5225
5258
|
@overload
|
5226
|
-
def set_general_ledger_profile_mappings(self, scope : Annotated[
|
5259
|
+
def set_general_ledger_profile_mappings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The code of the General Ledger Profile")], general_ledger_profile_mapping : Annotated[conlist(GeneralLedgerProfileMapping), Field(..., description="The updated General Ledger Profile Mappings, the previous mappings will be wholly replaced with this data. Mappings will be evaluated in the order they are provided.")], async_req: Optional[bool]=True, **kwargs) -> GeneralLedgerProfileResponse: # noqa: E501
|
5227
5260
|
...
|
5228
5261
|
|
5229
5262
|
@validate_arguments
|
5230
|
-
def set_general_ledger_profile_mappings(self, scope : Annotated[
|
5263
|
+
def set_general_ledger_profile_mappings(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The code of the General Ledger Profile")], general_ledger_profile_mapping : Annotated[conlist(GeneralLedgerProfileMapping), Field(..., description="The updated General Ledger Profile Mappings, the previous mappings will be wholly replaced with this data. Mappings will be evaluated in the order they are provided.")], async_req: Optional[bool]=None, **kwargs) -> Union[GeneralLedgerProfileResponse, Awaitable[GeneralLedgerProfileResponse]]: # noqa: E501
|
5231
5264
|
"""[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. # noqa: E501
|
5232
5265
|
|
5233
5266
|
Update the given General Ledger profile Mappings. # noqa: E501
|
@@ -5264,7 +5297,7 @@ class ChartOfAccountsApi:
|
|
5264
5297
|
return self.set_general_ledger_profile_mappings_with_http_info(scope, code, general_ledger_profile_code, general_ledger_profile_mapping, **kwargs) # noqa: E501
|
5265
5298
|
|
5266
5299
|
@validate_arguments
|
5267
|
-
def set_general_ledger_profile_mappings_with_http_info(self, scope : Annotated[
|
5300
|
+
def set_general_ledger_profile_mappings_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts.")], general_ledger_profile_code : Annotated[StrictStr, Field(..., description="The code of the General Ledger Profile")], general_ledger_profile_mapping : Annotated[conlist(GeneralLedgerProfileMapping), Field(..., description="The updated General Ledger Profile Mappings, the previous mappings will be wholly replaced with this data. Mappings will be evaluated in the order they are provided.")], **kwargs) -> ApiResponse: # noqa: E501
|
5268
5301
|
"""[EXPERIMENTAL] SetGeneralLedgerProfileMappings: Sets the General Ledger Profile Mappings. # noqa: E501
|
5269
5302
|
|
5270
5303
|
Update the given General Ledger profile Mappings. # noqa: E501
|
@@ -5400,16 +5433,17 @@ class ChartOfAccountsApi:
|
|
5400
5433
|
collection_formats=_collection_formats,
|
5401
5434
|
_request_auth=_params.get('_request_auth'))
|
5402
5435
|
|
5436
|
+
|
5403
5437
|
@overload
|
5404
|
-
async def set_posting_module_details(self, scope : Annotated[
|
5438
|
+
async def set_posting_module_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], posting_module_details : Annotated[PostingModuleDetails, Field(..., description="The new details for the Posting Module.")], **kwargs) -> PostingModuleResponse: # noqa: E501
|
5405
5439
|
...
|
5406
5440
|
|
5407
5441
|
@overload
|
5408
|
-
def set_posting_module_details(self, scope : Annotated[
|
5442
|
+
def set_posting_module_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], posting_module_details : Annotated[PostingModuleDetails, Field(..., description="The new details for the Posting Module.")], async_req: Optional[bool]=True, **kwargs) -> PostingModuleResponse: # noqa: E501
|
5409
5443
|
...
|
5410
5444
|
|
5411
5445
|
@validate_arguments
|
5412
|
-
def set_posting_module_details(self, scope : Annotated[
|
5446
|
+
def set_posting_module_details(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], posting_module_details : Annotated[PostingModuleDetails, Field(..., description="The new details for the Posting Module.")], async_req: Optional[bool]=None, **kwargs) -> Union[PostingModuleResponse, Awaitable[PostingModuleResponse]]: # noqa: E501
|
5413
5447
|
"""[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module # noqa: E501
|
5414
5448
|
|
5415
5449
|
Update the given Posting Module details. # noqa: E501
|
@@ -5446,7 +5480,7 @@ class ChartOfAccountsApi:
|
|
5446
5480
|
return self.set_posting_module_details_with_http_info(scope, code, posting_module_code, posting_module_details, **kwargs) # noqa: E501
|
5447
5481
|
|
5448
5482
|
@validate_arguments
|
5449
|
-
def set_posting_module_details_with_http_info(self, scope : Annotated[
|
5483
|
+
def set_posting_module_details_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], posting_module_details : Annotated[PostingModuleDetails, Field(..., description="The new details for the Posting Module.")], **kwargs) -> ApiResponse: # noqa: E501
|
5450
5484
|
"""[EXPERIMENTAL] SetPostingModuleDetails: Set the details of a Posting Module # noqa: E501
|
5451
5485
|
|
5452
5486
|
Update the given Posting Module details. # noqa: E501
|
@@ -5582,16 +5616,17 @@ class ChartOfAccountsApi:
|
|
5582
5616
|
collection_formats=_collection_formats,
|
5583
5617
|
_request_auth=_params.get('_request_auth'))
|
5584
5618
|
|
5619
|
+
|
5585
5620
|
@overload
|
5586
|
-
async def set_posting_module_rules(self, scope : Annotated[
|
5621
|
+
async def set_posting_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], posting_module_rule : Annotated[conlist(PostingModuleRule), Field(..., description="The new rule set for the Posting Module.")], **kwargs) -> PostingModuleRulesUpdatedResponse: # noqa: E501
|
5587
5622
|
...
|
5588
5623
|
|
5589
5624
|
@overload
|
5590
|
-
def set_posting_module_rules(self, scope : Annotated[
|
5625
|
+
def set_posting_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], posting_module_rule : Annotated[conlist(PostingModuleRule), Field(..., description="The new rule set for the Posting Module.")], async_req: Optional[bool]=True, **kwargs) -> PostingModuleRulesUpdatedResponse: # noqa: E501
|
5591
5626
|
...
|
5592
5627
|
|
5593
5628
|
@validate_arguments
|
5594
|
-
def set_posting_module_rules(self, scope : Annotated[
|
5629
|
+
def set_posting_module_rules(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], posting_module_rule : Annotated[conlist(PostingModuleRule), Field(..., description="The new rule set for the Posting Module.")], async_req: Optional[bool]=None, **kwargs) -> Union[PostingModuleRulesUpdatedResponse, Awaitable[PostingModuleRulesUpdatedResponse]]: # noqa: E501
|
5595
5630
|
"""[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module # noqa: E501
|
5596
5631
|
|
5597
5632
|
Set the given Posting Modules rules, this will replace the existing set of rules for the posting module. # noqa: E501
|
@@ -5628,7 +5663,7 @@ class ChartOfAccountsApi:
|
|
5628
5663
|
return self.set_posting_module_rules_with_http_info(scope, code, posting_module_code, posting_module_rule, **kwargs) # noqa: E501
|
5629
5664
|
|
5630
5665
|
@validate_arguments
|
5631
|
-
def set_posting_module_rules_with_http_info(self, scope : Annotated[
|
5666
|
+
def set_posting_module_rules_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], posting_module_code : Annotated[StrictStr, Field(..., description="The code of the Posting Module to be updated.")], posting_module_rule : Annotated[conlist(PostingModuleRule), Field(..., description="The new rule set for the Posting Module.")], **kwargs) -> ApiResponse: # noqa: E501
|
5632
5667
|
"""[EXPERIMENTAL] SetPostingModuleRules: Set the rules of a Posting Module # noqa: E501
|
5633
5668
|
|
5634
5669
|
Set the given Posting Modules rules, this will replace the existing set of rules for the posting module. # noqa: E501
|
@@ -5764,16 +5799,17 @@ class ChartOfAccountsApi:
|
|
5764
5799
|
collection_formats=_collection_formats,
|
5765
5800
|
_request_auth=_params.get('_request_auth'))
|
5766
5801
|
|
5802
|
+
|
5767
5803
|
@overload
|
5768
|
-
async def upsert_account_properties(self, scope : Annotated[
|
5804
|
+
async def upsert_account_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The unique ID of the account to create or update properties for.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"Account/Manager/Id\".")] = None, **kwargs) -> AccountProperties: # noqa: E501
|
5769
5805
|
...
|
5770
5806
|
|
5771
5807
|
@overload
|
5772
|
-
def upsert_account_properties(self, scope : Annotated[
|
5808
|
+
def upsert_account_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The unique ID of the account to create or update properties for.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"Account/Manager/Id\".")] = None, async_req: Optional[bool]=True, **kwargs) -> AccountProperties: # noqa: E501
|
5773
5809
|
...
|
5774
5810
|
|
5775
5811
|
@validate_arguments
|
5776
|
-
def upsert_account_properties(self, scope : Annotated[
|
5812
|
+
def upsert_account_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The unique ID of the account to create or update properties for.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"Account/Manager/Id\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[AccountProperties, Awaitable[AccountProperties]]: # noqa: E501
|
5777
5813
|
"""[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties # noqa: E501
|
5778
5814
|
|
5779
5815
|
Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'Account'. Upserting a property that exists for an account, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. # noqa: E501
|
@@ -5810,7 +5846,7 @@ class ChartOfAccountsApi:
|
|
5810
5846
|
return self.upsert_account_properties_with_http_info(scope, code, account_code, request_body, **kwargs) # noqa: E501
|
5811
5847
|
|
5812
5848
|
@validate_arguments
|
5813
|
-
def upsert_account_properties_with_http_info(self, scope : Annotated[
|
5849
|
+
def upsert_account_properties_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], account_code : Annotated[StrictStr, Field(..., description="The unique ID of the account to create or update properties for.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"Account/Manager/Id\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
5814
5850
|
"""[EXPERIMENTAL] UpsertAccountProperties: Upsert account properties # noqa: E501
|
5815
5851
|
|
5816
5852
|
Update or insert one or more properties onto a single account. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'Account'. Upserting a property that exists for an account, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. # noqa: E501
|
@@ -5946,16 +5982,17 @@ class ChartOfAccountsApi:
|
|
5946
5982
|
collection_formats=_collection_formats,
|
5947
5983
|
_request_auth=_params.get('_request_auth'))
|
5948
5984
|
|
5985
|
+
|
5949
5986
|
@overload
|
5950
|
-
async def upsert_accounts(self, scope : Annotated[
|
5987
|
+
async def upsert_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], account : Annotated[conlist(Account), Field(..., description="A list of accounts to be created or updated.")], **kwargs) -> AccountsUpsertResponse: # noqa: E501
|
5951
5988
|
...
|
5952
5989
|
|
5953
5990
|
@overload
|
5954
|
-
def upsert_accounts(self, scope : Annotated[
|
5991
|
+
def upsert_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], account : Annotated[conlist(Account), Field(..., description="A list of accounts to be created or updated.")], async_req: Optional[bool]=True, **kwargs) -> AccountsUpsertResponse: # noqa: E501
|
5955
5992
|
...
|
5956
5993
|
|
5957
5994
|
@validate_arguments
|
5958
|
-
def upsert_accounts(self, scope : Annotated[
|
5995
|
+
def upsert_accounts(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], account : Annotated[conlist(Account), Field(..., description="A list of accounts to be created or updated.")], async_req: Optional[bool]=None, **kwargs) -> Union[AccountsUpsertResponse, Awaitable[AccountsUpsertResponse]]: # noqa: E501
|
5959
5996
|
"""[EXPERIMENTAL] UpsertAccounts: Upsert Accounts # noqa: E501
|
5960
5997
|
|
5961
5998
|
Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000. # noqa: E501
|
@@ -5990,7 +6027,7 @@ class ChartOfAccountsApi:
|
|
5990
6027
|
return self.upsert_accounts_with_http_info(scope, code, account, **kwargs) # noqa: E501
|
5991
6028
|
|
5992
6029
|
@validate_arguments
|
5993
|
-
def upsert_accounts_with_http_info(self, scope : Annotated[
|
6030
|
+
def upsert_accounts_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], account : Annotated[conlist(Account), Field(..., description="A list of accounts to be created or updated.")], **kwargs) -> ApiResponse: # noqa: E501
|
5994
6031
|
"""[EXPERIMENTAL] UpsertAccounts: Upsert Accounts # noqa: E501
|
5995
6032
|
|
5996
6033
|
Create or update accounts in the Chart of Accounts. An account will be updated if it already exists and created if it does not. The maximum number of accounts that this method can upsert per request is 2,000. # noqa: E501
|
@@ -6120,16 +6157,17 @@ class ChartOfAccountsApi:
|
|
6120
6157
|
collection_formats=_collection_formats,
|
6121
6158
|
_request_auth=_params.get('_request_auth'))
|
6122
6159
|
|
6160
|
+
|
6123
6161
|
@overload
|
6124
|
-
async def upsert_chart_of_accounts_properties(self, scope : Annotated[
|
6162
|
+
async def upsert_chart_of_accounts_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"ChartOfAccounts/Manager/Id\".")] = None, **kwargs) -> ChartOfAccountsProperties: # noqa: E501
|
6125
6163
|
...
|
6126
6164
|
|
6127
6165
|
@overload
|
6128
|
-
def upsert_chart_of_accounts_properties(self, scope : Annotated[
|
6166
|
+
def upsert_chart_of_accounts_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"ChartOfAccounts/Manager/Id\".")] = None, async_req: Optional[bool]=True, **kwargs) -> ChartOfAccountsProperties: # noqa: E501
|
6129
6167
|
...
|
6130
6168
|
|
6131
6169
|
@validate_arguments
|
6132
|
-
def upsert_chart_of_accounts_properties(self, scope : Annotated[
|
6170
|
+
def upsert_chart_of_accounts_properties(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"ChartOfAccounts/Manager/Id\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ChartOfAccountsProperties, Awaitable[ChartOfAccountsProperties]]: # noqa: E501
|
6133
6171
|
"""[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties # noqa: E501
|
6134
6172
|
|
6135
6173
|
Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'ChartOfAccounts'. Upserting a property that exists for a Chart of Accounts, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. # noqa: E501
|
@@ -6164,7 +6202,7 @@ class ChartOfAccountsApi:
|
|
6164
6202
|
return self.upsert_chart_of_accounts_properties_with_http_info(scope, code, request_body, **kwargs) # noqa: E501
|
6165
6203
|
|
6166
6204
|
@validate_arguments
|
6167
|
-
def upsert_chart_of_accounts_properties_with_http_info(self, scope : Annotated[
|
6205
|
+
def upsert_chart_of_accounts_properties_with_http_info(self, scope : Annotated[StrictStr, Field(..., description="The scope of the Chart of Accounts to update or insert the properties onto.")], code : Annotated[StrictStr, Field(..., description="The code of the Chart of Accounts to update or insert the properties onto. Together with the scope this uniquely identifies the Chart of Accounts.")], request_body : Annotated[Optional[Dict[str, ModelProperty]], Field(description="The properties to be updated or inserted onto the chart of account. Each property in the request must be keyed by its unique property key. This has the format {domain}/{scope}/{code} e.g. \"ChartOfAccounts/Manager/Id\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
|
6168
6206
|
"""[EXPERIMENTAL] UpsertChartOfAccountsProperties: Upsert Chart of Accounts properties # noqa: E501
|
6169
6207
|
|
6170
6208
|
Update or insert one or more properties onto a single Chart of Accounts. A property will be updated if it already exists and inserted if it does not. All properties must be of the domain 'ChartOfAccounts'. Upserting a property that exists for a Chart of Accounts, with a null value, will delete the instance of the property for that group. Properties have an <i>effectiveFrom</i> datetime for which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. # noqa: E501
|