aeat.core package¶
Core cross-cutting infrastructure shared by every aeat layer.
The core layer is the innermost package in the hexagonal architecture. It exports typed primitives, configuration-adjacent helpers, parsing utilities, and layer-neutral policies that domain, application, adapter, and entrypoint modules can import without depending outward.
The public facade groups four stable surfaces. Immutable modelling primitives
include STRICT_FROZEN_CONFIG, CasillaId, Modelo,
Period, StandardPeriodCode, PeriodKind,
TaxDomain, RefundElection, ResultDisposition, and
the lazily resolved BindingSourceKind registry-source taxonomy.
Obligation-coverage mappings expose OUT_OF_SCOPE_OBLIGATIONS and
UNMODELED_OBLIGATIONS, the codified AEAT modelo sets the overview
coverage report reads to distinguish product-scope exclusions from
registry gaps. Active-bucket context uses the plaintext BucketPointer value object
plus pointer_path(), read_pointer(), write_pointer(),
resolve_active_bucket_id(), require_active_bucket_id(), and
resolve_repository_bucket_id(). TOML and option utilities expose
read_toml(), parse_toml_text(), freeze_toml(),
OptionalExtra, and require_optional_extra(). Filing-result
helpers expose the codified ResultDisposition mapping and its
casilla/refund predicates. Service and operator-adjacent primitives include
ServiceCapability, LedgerSortField,
LedgerSortOrder, IBAN_SHAPE_RE, and iban_mod_97(). The
closed GoogleCredentialSourceKind taxonomy governs which mechanism
adapters.outbound.google uses to obtain Google API credentials.
BindingSourceKind, BucketPointer, and the active-bucket IO helpers are
resolved through __getattr__ so storage, config, and aggregation callers
can import the public core facade without recreating the cycles those helpers
break internally.
Major subpackages remain the specialised homes for broader contracts:
core.config owns core.config.Settings and storage route
classification, core.errors owns the error taxonomy and registry,
core.money and core.decimal own Decimal primitives,
core.time owns clocks, core.identity owns NIF/NIE/bucket/profile
identifiers, core.access_gate owns live-read and write-refusal gating,
core.redaction owns safe output, and core.classification owns
sensitivity policy.
See also
Period: Canonical filing year plus registry period-code value usedacross registry, deadline, and workflow boundaries.
BucketPointer: Typed value for the plaintextactive-profilepointer file.resolve_active_bucket_id(): Central active-bucket precedence resolverfor storage and CLI startup paths.
read_toml(): Shared committed-TOML loader with caller-owned errorwrapping.
ResultDisposition: Codified fichero result-dispositioncode set grounded in bundled AEAT diseños.
BindingSourceKind: Canonical registry binding-source taxonomyresolved lazily from
core.aggregation.
Subpackages¶
- aeat.core.access_gate package
- aeat.core.classification package
- aeat.core.corpus_manifest package
CorpusEntryCorpusManifestCorpusManifestDiffbuild_corpus_manifest()verify_corpus_manifest()save_corpus_manifest()load_corpus_manifest()manifest_path_for()assert_corpus_clean()CorpusBundleVerificationbuild_corpus_bundle()verify_corpus_bundle()assert_corpus_bundle_verifies()- Submodules
- aeat.core.corpus_manifest._bundle_signing module
CorpusBundleSigningErrorCorpusBundleSigningKeyNotFoundErrorCorpusSigningKeypairCorpusSigningPublicKeySignedCorpusBundlegenerate_corpus_signing_keypair()load_corpus_signing_keypair()corpus_signing_public_key()sign_corpus_bundle()verify_corpus_bundle_signature()assert_corpus_bundle_signature_verifies()
- aeat.core.corpus_manifest._errors module
- aeat.core.corpus_manifest._bundle_signing module
- aeat.core.decimal package
- aeat.core.errors package
SiteHealthEvidenceLikeSiteHealthStatusLikeAeatErrorCoreErrorDecimalFormatErrorRedactionErrorCoreValidationErrorProfileAnswerTypeErrorAeatObservabilityErrorFixtureProvisioningErrorModeloFixtureErrorSiteHealthErrorMcpLaunchErrorActiveProfilePointerErrorNoActiveProfileError- Subpackages
- Submodules
- aeat.core.i18n package
- aeat.core.identity package
- aeat.core.money package
- aeat.core.observability package
- Submodules
- aeat.core.observability._capture module
- aeat.core.observability._context module
- aeat.core.observability._errors module
- aeat.core.observability._fingerprint module
- aeat.core.observability._golden module
- aeat.core.observability._models module
- aeat.core.observability._recorder module
- aeat.core.observability._redaction_rules module
- aeat.core.observability._replay module
- aeat.core.observability._sink module
- aeat.core.observability._store module
- Submodules
- aeat.core.parsing package
- aeat.core.redaction package
- aeat.core.resources package
- aeat.core.telemetry package
- aeat.core.time package
- aeat.core.topics package
Submodules¶
- aeat.core._amendment_kind_regime module
- aeat.core._bucket_pointer module
- aeat.core._bucket_pointer_io module
- aeat.core._capabilities module
- aeat.core._casilla_id module
- aeat.core._config_integration_fields module
AeatIntegrationSettingsAeatIntegrationSettings.aeat_google_drive_vault_folder_nameAeatIntegrationSettings.aeat_google_oauth_access_refresh_buffer_sAeatIntegrationSettings.aeat_workbook_parity_per_file_timeout_sAeatIntegrationSettings.aeat_workbook_parity_recalc_timeout_sAeatIntegrationSettings.aeat_workbook_parity_libreoffice_timeout_sAeatIntegrationSettings.aeat_registry_parity_store_dirAeatIntegrationSettings.aeat_registry_disk_cache_dirAeatIntegrationSettings.aeat_calc_sheets_recalc_delay_sAeatIntegrationSettings.financial_base_currencyAeatIntegrationSettings.financial_default_csv_encodingAeatIntegrationSettings.aeat_financial_txs_dirAeatIntegrationSettings.aeat_invoices_dirAeatIntegrationSettings.aeat_attachments_dirAeatIntegrationSettings.aeat_purchase_invoice_evidence_dirAeatIntegrationSettings.aeat_usage_ratios_pathAeatIntegrationSettings.aeat_ledgers_dir
- aeat.core._config_live_tests module
- aeat.core._config_runtime_fields module
AeatRuntimeSettingsAeatRuntimeSettings.aeat_llm_openai_chat_completions_urlAeatRuntimeSettings.aeat_llm_gemini_generate_content_templateAeatRuntimeSettings.aeat_llm_ollama_chat_urlAeatRuntimeSettings.aeat_llm_ollama_num_ctxAeatRuntimeSettings.aeat_llm_vision_read_timeout_sAeatRuntimeSettings.aeat_llm_ollama_vision_modelAeatRuntimeSettings.aeat_llm_default_max_tokensAeatRuntimeSettings.aeat_llm_default_temperatureAeatRuntimeSettings.aeat_browser_localeAeatRuntimeSettings.aeat_browser_timezoneAeatRuntimeSettings.aeat_browser_viewport_widthAeatRuntimeSettings.aeat_browser_viewport_heightAeatRuntimeSettings.aeat_file_lock_timeout_sAeatRuntimeSettings.aeat_file_lock_retry_backoff_sAeatRuntimeSettings.aeat_bucket_lock_poll_interval_sAeatRuntimeSettings.aeat_bucket_default_idle_lock_minutesAeatRuntimeSettings.aeat_auth_clave_movil_lock_buffer_sAeatRuntimeSettings.aeat_auth_certificate_lock_ttl_sAeatRuntimeSettings.aeat_log_stderr_levelAeatRuntimeSettings.aeat_log_file_levelAeatRuntimeSettings.aeat_log_root_levelAeatRuntimeSettings.aeat_manuals_http_timeout_s
- aeat.core._config_state_root module
- aeat.core._config_storage_route module
- aeat.core._config_support module
SecretStoreBackendunwrap_optional_secret()LLMProviderSettingCertificateBackendAuthProviderKindSettingStorageRouteKindStorageRouteClassificationdefault_clave_sede_access_url_template()default_clave_permanente_sede_access_url_template()default_sede_expedientes_path()default_status_detail_url_template()default_status_notificaciones_path()default_aeat_sede_origin()default_aeat_sede_origin_with_slash()JustificanteParserBackendSettingcoerce_output_language_setting()
- aeat.core._config_timeouts module
AeatTimeoutSettingsAeatTimeoutSettings.aeat_browser_navigation_timeout_msAeatTimeoutSettings.aeat_browser_form_interaction_timeout_msAeatTimeoutSettings.aeat_browser_ver_click_timeout_msAeatTimeoutSettings.aeat_browser_buscar_settle_msAeatTimeoutSettings.aeat_browser_selector_probe_timeout_msAeatTimeoutSettings.aeat_browser_close_timeout_msAeatTimeoutSettings.aeat_live_iva_surface_timeout_msAeatTimeoutSettings.aeat_live_iva_declaration_capture_timeout_msAeatTimeoutSettings.aeat_live_filed_register_walk_timeout_msAeatTimeoutSettings.aeat_live_iva_cancellation_drain_msAeatTimeoutSettings.aeat_live_iva_cli_watchdog_timeout_ms
- aeat.core._foreign_asset_obligation module
MODELO_720_REDECLARATION_INCREASE_THRESHOLD_EURForeignAssetObligationGroupFOREIGN_ASSET_CLASS_OBLIGATION_GROUPMODELO_720_FOREIGN_ASSET_CLASS_CODESForeignAssetDeclarationThresholdFOREIGN_ASSET_DECLARATION_THRESHOLDSforeign_asset_obligation_group()foreign_asset_declaration_threshold()foreign_asset_class_declaration_threshold()
- aeat.core._google_credential_source module
- aeat.core._iban module
- aeat.core._irnr module
- aeat.core._ledger_sort module
- aeat.core._modelo module
ModeloModelo.M030Modelo.M035Modelo.M036Modelo.M037Modelo.M038Modelo.M043Modelo.M100Modelo.M111Modelo.M115Modelo.M117Modelo.M121Modelo.M122Modelo.M123Modelo.M126Modelo.M128Modelo.M130Modelo.M131Modelo.M136Modelo.M140Modelo.M143Modelo.M145Modelo.M149Modelo.M150Modelo.M151Modelo.M156Modelo.M159Modelo.M165Modelo.M170Modelo.M171Modelo.M172Modelo.M173Modelo.M179Modelo.M180Modelo.M181Modelo.M182Modelo.M184Modelo.M185Modelo.M186Modelo.M187Modelo.M188Modelo.M189Modelo.M190Modelo.M192Modelo.M193Modelo.M194Modelo.M196Modelo.M198Modelo.M200Modelo.M202Modelo.M210Modelo.M216Modelo.M218Modelo.M221Modelo.M235Modelo.M236Modelo.M240Modelo.M241Modelo.M242Modelo.M220Modelo.M222Modelo.M231Modelo.M232Modelo.M233Modelo.M234Modelo.M238Modelo.M270Modelo.M280Modelo.M289Modelo.M290Modelo.M291Modelo.M294Modelo.M295Modelo.M296Modelo.M303Modelo.M308Modelo.M309Modelo.M322Modelo.M341Modelo.M345Modelo.M347Modelo.M349Modelo.M353Modelo.M360Modelo.M361Modelo.M362Modelo.M363Modelo.M368Modelo.M369Modelo.M379Modelo.M380Modelo.M390Modelo.M430Modelo.M480Modelo.M490Modelo.M510Modelo.M511Modelo.M517Modelo.M518Modelo.M519Modelo.M520Modelo.M521Modelo.M522Modelo.M524Modelo.M548Modelo.M553Modelo.M554Modelo.M555Modelo.M556Modelo.M557Modelo.M558Modelo.M559Modelo.M560Modelo.M561Modelo.M562Modelo.M563Modelo.M566Modelo.M568Modelo.M570Modelo.M573Modelo.M576Modelo.M580Modelo.M581Modelo.M582Modelo.M583Modelo.M584Modelo.M585Modelo.M586Modelo.M587Modelo.M588Modelo.M589Modelo.M590Modelo.M591Modelo.M592Modelo.M593Modelo.M595Modelo.M596Modelo.M604Modelo.M714Modelo.M718Modelo.M720Modelo.M721Modelo.M795Modelo.M796Modelo.M797Modelo.M798Modelo.M763Modelo.M840Modelo.M848Modelo.M993
UNMODELED_OBLIGATIONSOUT_OF_SCOPE_OBLIGATIONSNON_REGISTRY_MODELOS
- aeat.core._models module
- aeat.core._optional_extras module
- aeat.core._period module
StandardPeriodCodeStandardPeriodCode.Q1StandardPeriodCode.Q2StandardPeriodCode.Q3StandardPeriodCode.Q4StandardPeriodCode.P1StandardPeriodCode.P2StandardPeriodCode.P3StandardPeriodCode.P4StandardPeriodCode.ANNUALStandardPeriodCode.JANStandardPeriodCode.FEBStandardPeriodCode.MARStandardPeriodCode.APRStandardPeriodCode.MAYStandardPeriodCode.JUNStandardPeriodCode.JULStandardPeriodCode.AUGStandardPeriodCode.SEPStandardPeriodCode.OCTStandardPeriodCode.NOVStandardPeriodCode.DEC
accepted_period_codes()accepted_period_patterns()RegistryPeriodCodePeriodErrorPeriodKindPeriod
- aeat.core._post_filing_event module
PostFilingEventKindPostFilingEventKind.DECLARACION_PRESENTADAPostFilingEventKind.ACUSE_RECIBOPostFilingEventKind.COMUNICACIONPostFilingEventKind.NOTIFICACIONPostFilingEventKind.REQUERIMIENTOPostFilingEventKind.COMPROBACIONPostFilingEventKind.PROPUESTA_LIQUIDACIONPostFilingEventKind.LIQUIDACIONPostFilingEventKind.ACUERDO_SANCIONPostFilingEventKind.RESOLUCIONPostFilingEventKind.DEVOLUCIONPostFilingEventKind.PROVIDENCIA_APREMIOPostFilingEventKind.DILIGENCIA_EMBARGOPostFilingEventKind.PENDIENTEPostFilingEventKind.OTHER
ACTIONABLE_POST_FILING_EVENT_KINDSpost_filing_event_is_actionable()classify_post_filing_event_kind()
- aeat.core._prorrata_exclusions module
- aeat.core._prorrata_register module
- aeat.core._refund_election module
- aeat.core._rescate_type module
- aeat.core._result_disposition module
ResultDispositionResultDisposition.COMPENSACIONResultDisposition.DEVOLUCIONResultDisposition.CUENTA_CORRIENTE_INGRESOResultDisposition.INGRESOResultDisposition.NEGATIVAResultDisposition.CUENTA_CORRIENTE_DEVOLUCIONResultDisposition.DOMICILIACIONResultDisposition.DEVOLUCION_TRANSFERENCIA_EXTRANJEROResultDisposition.RESULTADO_A_DEDUCIRResultDisposition.RENUNCIA_DEVOLUCION
result_disposition_is_refund()modelo_has_codified_disposition()result_disposition_casilla_ids()derive_result_disposition()
- aeat.core._tax_domain module
- aeat.core._toml module
- aeat.core.aggregation module
BindingAggregationOpBindingAggregationRelationAggregationOpRelationAggregationPeriodKindRowSetGroupingKindBindingSourceKindBindingSourceKind.PROFILEBindingSourceKind.PREVIOUS_FILINGBindingSourceKind.RELATION_PREFILLBindingSourceKind.MANUAL_INPUTBindingSourceKind.LEDGER_OSS_AGGREGATIONBindingSourceKind.LEDGER_IVA_AGGREGATIONBindingSourceKind.LEDGER_RENTA_EXPENSE_AGGREGATIONBindingSourceKind.LEDGER_RENTA_INCOME_AGGREGATIONBindingSourceKind.LEDGER_RENTA_GASTO_AGGREGATIONBindingSourceKind.LEDGER_IMPATRIADO_INCOME_AGGREGATIONBindingSourceKind.RETENCIONES_AGGREGATIONBindingSourceKind.IVA_COMPENSATION_ANNUAL_PARTITIONBindingSourceKind.BIENES_INVERSION_REGULARIZACIONBindingSourceKind.PRORRATA_REGULARIZACIONBindingSourceKind.BORRADORBindingSourceKind.IVA_WALLET_DECISIONBindingSourceKind.PAYABLE_INVOICEBindingSourceKind.COLLECTIBLE_INVOICEBindingSourceKind.LEDGER_TRANSACTIONBindingSourceKind.PURCHASE_INVOICE_EVIDENCEBindingSourceKind.WITHHOLDINGBindingSourceKind.FOREIGN_ASSETBindingSourceKind.RELATED_PARTY_OPERATIONBindingSourceKind.ATRIBUCION_MEMBERBindingSourceKind.REFUND_OPERATIONBindingSourceKind.DONATIVO_DONOR
ROW_SET_GROUPING_FOR_BINDING_SOURCEINVOICE_BINDING_SOURCE_KINDScounterpart_source_kind()LEDGER_BINDING_SOURCE_KINDSBindingTypedEnumKindRetencionSchemeADMINISTRADOR_RETENCION_RATEADMINISTRADOR_RETENCION_REDUCED_RATEADMINISTRADOR_RETENCION_REDUCED_INCN_THRESHOLD_EURWorkIncomeRetencionTreatmentwork_income_retencion_treatment()RetencionClaveOperationKind347OperationKind349IntracomOperationTypeForeignAssetClass
- aeat.core.auth_session_keys module
- aeat.core.click_context module
- aeat.core.compatibility_lifecycle module
- aeat.core.config module
DEV_TEST_DATABASE_PASSWORDDEV_TEST_DATABASE_PASSWORD_ENV_VARSettingsSettings.aeat_token_dirSettings.aeat_base_urlSettings.aeat_log_levelSettings.aeat_output_languageSettings.aeat_authoritative_language_aeat_termsSettings.aeat_authoritative_language_project_docsSettings.aeat_fallback_languagesSettings.aeat_database_urlSettings.aeat_storage_backup_dirSettings.aeat_secret_store_backendSettings.aeat_allow_unencryptedSettings.aeat_secret_store_dirSettings.aeat_dev_test_database_passwordSettings.aeat_blob_store_dirSettings.aeat_audit_dirSettings.aeat_storage_provider_kindSettings.aeat_local_storage_rootSettings.aeat_google_drive_root_folder_idSettings.aeat_live_tests_enabledSettings.aeat_live_tests_googleSettings.live_tests_enabledSettings.live_tests_google_enabledSettings.aeat_replay_activeSettings.aeat_force_colorSettings.no_colorSettings.aeat_cli_reveal_identifiersSettings.aeat_log_dirSettings.aeat_libreoffice_executableSettings.aeat_secret_passphraseSettings.aeat_manuals_rootSettings.aeat_manuals_review_requiredSettings.aeat_normatives_rootSettings.aeat_iva_catalogue_rootSettings.aeat_browser_channelSettings.aeat_browser_headlessSettings.aeat_wallet_diagnostic_dump_dirSettings.aeat_active_profileSettings.aeat_proxy_urlSettings.aeat_proxy_usernameSettings.aeat_proxy_password_secretSettings.aeat_proxy_bypassSettings.aeat_rate_limit_delay_secondsSettings.site_health_probe_urlSettings.site_health_rate_limit_retry_after_defaultSettings.aeat_certificate_pathSettings.aeat_certificate_password_secretSettings.aeat_certificate_friendly_nameSettings.aeat_certificate_backendSettings.aeat_certificate_verify_urlSettings.aeat_auth_timeout_msSettings.aeat_strict_securitySettings.aeat_cert_warn_daysSettings.aeat_cert_critical_daysSettings.aeat_auth_providerSettings.aeat_clave_movil_dni_nieSettings.aeat_clave_movil_dni_fechaSettings.aeat_clave_movil_nie_soporteSettings.aeat_clave_prefer_non_qrSettings.aeat_clave_movil_timeout_msSettings.aeat_clave_sede_access_url_templateSettings.aeat_sede_expedientes_pathSettings.aeat_clave_permanente_dni_nieSettings.aeat_clave_permanente_passwordSettings.aeat_clave_permanente_timeout_msSettings.aeat_clave_permanente_sede_access_url_templateSettings.aeat_llm_providerSettings.aeat_llm_modelSettings.aeat_llm_anthropic_api_keySettings.aeat_llm_openai_api_keySettings.aeat_llm_gemini_api_keySettings.aeat_llm_cache_dirSettings.aeat_llm_usage_dirSettings.aeat_llm_run_telemetry_dirSettings.aeat_llm_run_telemetry_retention_daysSettings.aeat_llm_run_telemetry_max_recordsSettings.aeat_llm_default_timeout_sSettings.aeat_llm_max_retriesSettings.aeat_evidence_cloud_upload_permittedSettings.aeat_evidence_gestor_modeSettings.aeat_telemetry_opt_inSettings.aeat_telemetry_tierSettings.aeat_telemetry_gestor_modeSettings.aeat_telemetry_endpointSettings.aeat_deadline_due_soon_daysSettings.aeat_submissions_dirSettings.aeat_submission_browser_trace_dirSettings.aeat_inbox_dirSettings.aeat_inbox_pdf_dirSettings.aeat_inbox_alert_lead_daysSettings.aeat_workflow_runs_dirSettings.aeat_drafts_dirSettings.aeat_draft_fail_on_warningSettings.aeat_m210_engine_liveSettings.aeat_status_cache_dirSettings.aeat_status_cache_ttl_sSettings.aeat_status_browser_trace_dirSettings.aeat_status_detail_url_templateSettings.aeat_status_notificaciones_pathSettings.aeat_runs_dirSettings.aeat_justificantes_dirSettings.aeat_justificante_parser_backendSettings.aeat_filing_history_dirSettings.aeat_filing_history_cache_ttl_sSettings.aeat_filing_history_archive_htmlSettings.env_var_names()Settings.external_constants()
classify_storage_route()settings_for_active_profile_bucket()load_settings()override_settings()
- aeat.core.env_io module
- aeat.core.external_constants module
DEFAULT_CURRENCYBINARY_MIME_TYPEJSON_MIME_TYPECSV_MIME_TYPEJSONL_MIME_TYPEXLSX_MIME_TYPECLASSIFIED_BY_MANUALCLASSIFIED_BY_AUTOAeatDomainsAeatSedePathsAeatSedePaths.auth_gate_4033AeatSedePaths.expedientes_resumenAeatSedePaths.declarations_listingAeatSedePaths.cotejo_queryAeatSedePaths.cotejo_documentAeatSedePaths.notifications_summaryAeatSedePaths.notifications_queryAeatSedePaths.certificate_selectorAeatSedePaths.censo_g313_launcherAeatSedePaths.r210_simulator_open_ajaxAeatSedePaths.borrador_100_detail_templateAeatSedePaths.declaracion_consultAeatSedePaths.clave_movil_loginAeatSedePaths.expediente_detail_templateAeatSedePaths.irpf_expediente_detail_year_prefixAeatSedePaths.irpf_expediente_detail_year_suffixAeatSedePaths.notificacionesAeatSedePaths.iva_compensation_wallet
AeatClaveMovilSurfaceAeatClaveMovilSurface.selector_access_url_templateAeatClaveMovilSurface.selector_access_path_markerAeatClaveMovilSurface.dialogo_representacion_path_markerAeatClaveMovilSurface.dialogo_representacion_pathAeatClaveMovilSurface.obtener_clave_movil_path_markerAeatClaveMovilSurface.obtener_clave_movil_qr_path_markerAeatClaveMovilSurface.cancelar_clave_movil_path_markerAeatClaveMovilSurface.obtener_clave_movil_qr_pathAeatClaveMovilSurface.obtener_clave_movil_non_qr_pathAeatClaveMovilSurface.autentica_dni_nie_contraste_pathAeatClaveMovilSurface.cancelar_clave_movil_pathAeatClaveMovilSurface.obtener_clave_movil_browser_globalAeatClaveMovilSurface.authorize_button_selectorAeatClaveMovilSurface.non_qr_link_selectorAeatClaveMovilSurface.nif_input_selectorAeatClaveMovilSurface.dni_fecha_input_selectorAeatClaveMovilSurface.dni_fecha_visible_selectorAeatClaveMovilSurface.nie_soporte_input_selectorAeatClaveMovilSurface.nie_soporte_visible_selectorAeatClaveMovilSurface.continue_button_selectorAeatClaveMovilSurface.continue_button_visible_selectorAeatClaveMovilSurface.verification_code_selectorAeatClaveMovilSurface.wait_text_markersAeatClaveMovilSurface.pending_petition_text_markers
AeatClavePermanenteSurfaceAeatClavePermanenteSurface.selector_access_url_templateAeatClavePermanenteSurface.selector_access_path_markerAeatClavePermanenteSurface.idp_host_markerAeatClavePermanenteSurface.username_input_selectorAeatClavePermanenteSurface.password_input_selectorAeatClavePermanenteSurface.submit_button_selectorAeatClavePermanenteSurface.elevation_sms_markerAeatClavePermanenteSurface.invalid_credentials_markerAeatClavePermanenteSurface.account_locked_markerAeatClavePermanenteSurface.password_expired_marker
AeatPre303SurfaceAeatPre303Surface.presentation_service_pathAeatPre303Surface.access_help_pathAeatPre303Surface.faq_general_pathAeatPre303Surface.faq_specific_pathAeatPre303Surface.functionalities_pathAeatPre303Surface.procedures_pathAeatPre303Surface.iva_wallet_header_tokensAeatPre303Surface.iva_wallet_total_label_tokensAeatPre303Surface.iva_wallet_empty_page_tokensAeatPre303Surface.representation_own_name_selectorAeatPre303Surface.representation_own_name_label_selectorAeatPre303Surface.representation_representative_selectorAeatPre303Surface.representation_submit_selectorAeatPre303Surface.representation_own_name_action_labelAeatPre303Surface.wallet_discovered_entrypoint_action_labelAeatPre303Surface.wallet_execute_read_action_labelAeatPre303Surface.alert_modal_selectorAeatPre303Surface.alert_continue_button_textAeatPre303Surface.wallet_form_selectorAeatPre303Surface.wallet_execute_submit_selectorAeatPre303Surface.tipo_actuacion_own_name_link_selectorAeatPre303Surface.wallet_ejercicio_input_selectorAeatPre303Surface.wallet_periodo_input_selectorAeatPre303Surface.official_access_auth_methods
AeatHelpPagesAeatOraclesAeatLiveSafetyAeatPortalPathsAeatSectionGoogleOAuthScopesGoogleServicesOnlineServicesSectionExternalConstantsPDF_MIME_TYPEPDF_EXTENSIONXLS_EXTENSIONXLSX_EXTENSIONXLSM_EXTENSIONLATIN_1_ENCODINGISO_8859_1_ENCODINGUTF_8_ENCODINGBOE_ENCODING_CHOICESPROVENANCE_SOURCE_MANUAL_CLISANDBOX_LABEL_PREFIXOUTPUT_LANGUAGE_ENV_VARCOLUMNS_ENV_VAROutputLanguageDEFAULT_OUTPUT_LANGUAGESUPPORTED_OUTPUT_LANGUAGESM347_THRESHOLD_EURIVA_BIEN_INVERSION_MUEBLE_VENTANA_ANOSIVA_BIEN_INVERSION_REGULARIZACION_UMBRAL_PUNTOSIVA_BIEN_INVERSION_MUEBLE_DIVISORIVA_BIEN_ESCASO_VALOR_UMBRAL_EURMODELO_720_REPORTING_THRESHOLD_EURMODELO_840_IAE_CIFRA_NEGOCIOS_EXEMPTION_THRESHOLD_EURART_7P_EXEMPTION_CAP_EURMULTIPLE_PAGADORES_SECONDARY_THRESHOLD_EURWORK_INCOME_GENERAL_DECLARATION_LIMIT_EURWORK_INCOME_MULTIPLE_PAGADORES_REDUCED_LIMIT_EUR_BY_YEARMODELO_202_ART_40_3_INCN_THRESHOLD_EURMODELO_100_ART_20_TRABAJO_REDUCCION_RNT_CEILING_EURMODELO_100_ART_52_INDIVIDUAL_SUBLIMIT_EURDEFAULT_IVA_GENERAL_RATE_PCTCLAVE_MOVIL_DIAGNOSTIC_NAMESPACERETENCIONES_MODELOSCOUNTERPART_MODELOSFOREIGN_ASSET_MODELOSIVA_REGIME_MODELOSREBECA_MARITIME_EXEMPTION_FRACTIONAMORTIZACION_INMUEBLE_RATEDEDUCCION_MATERNIDAD_MENSUAL_EURDEDUCCION_MATERNIDAD_ANUAL_CAP_EURINCREMENTO_GUARDERIA_POR_HIJO_CAP_EURMINIMO_DESCENDIENTE_MAX_AGEMINIMO_MENOR_TRES_MAX_AGECUSTODIA_COMPARTIDA_PRORRATA_FACTORDT12_RESCATE_REDUCCION_RATESAL_RESERVA_DOTACION_RATESAL_RESERVA_CAPITAL_MULTIPLEPRORRATA_ESPECIAL_MANDATORY_MULTIPLEPRORRATA_SECTORAL_SEPARATION_SPREAD_PPload_external_constants()
- aeat.core.file_permissions module
- aeat.core.hashing module
- aeat.core.json_contract module
- aeat.core.locks module
- aeat.core.locks_errors module
- aeat.core.logging module
- aeat.core.output_rendering module
- aeat.core.paths module
PROJECT_ROOTWINDOWS_MAX_PATHWINDOWS_WORST_CASE_OBJECT_PATH_SUFFIX_LENGTHis_windows_long_path_error()windows_long_paths_enabled()windows_storage_root_long_path_margin()resolve_project_path()normalize_project_relative_path()resolve_relative_subpath()resolve_record_json_path()file_stat_fingerprint()
- aeat.core.secure_object_write module
- aeat.core.setup_answers module
ProfileRegistrationErrorProjectAnswersNotRegisteredErrorProjectAnswersFnregister_project_answers()get_project_answers()project_answers()SetupAnswersSetupAnswers.tax_idSetupAnswers.nameSetupAnswers.surnamesSetupAnswers.legal_nameSetupAnswers.activitySetupAnswers.address_postcodeSetupAnswers.activity_start_dateSetupAnswers.taxation_typeSetupAnswers.output_languageSetupAnswers.entity_typeSetupAnswers.legal_entity_formSetupAnswers.incn_prior_12_monthsSetupAnswers.new_entity_first_two_profit_periodsSetupAnswers.ley_49_2002_option_declaredSetupAnswers.ley_49_2002_option_dateSetupAnswers.ley_49_2002_renunciation_declaredSetupAnswers.ley_49_2002_renunciation_dateSetupAnswers.irpf_income_categoriesSetupAnswers.taxpayer_sexSetupAnswers.taxpayer_marital_statusSetupAnswers.taxpayer_marriage_dateSetupAnswers.taxpayer_birth_dateSetupAnswers.taxpayer_disability_gradeSetupAnswers.taxpayer_death_dateSetupAnswers.spouse_tax_idSetupAnswers.spouse_nameSetupAnswers.spouse_surnamesSetupAnswers.spouse_birth_dateSetupAnswers.spouse_sexSetupAnswers.spouse_disability_gradeSetupAnswers.spouse_non_resident_irpfSetupAnswers.spouse_eu_eea_residentSetupAnswers.spouse_eu_eea_countrySetupAnswers.family_descendants_eu_eea_deductionSetupAnswers.family_minor_children_in_unitSetupAnswers.situacion_familiarSetupAnswers.unidad_familiar_descendientes_exclusivosSetupAnswers.iva_regimeSetupAnswers.iva_roi_enrolledSetupAnswers.iva_oss_enrolledSetupAnswers.iva_group_member_enrolledSetupAnswers.iva_group_dominant_entity_enrolledSetupAnswers.iva_sii_enrolledSetupAnswers.iva_redeme_enrolledSetupAnswers.iva_intracommunity_operations_exceed_50000_eurSetupAnswers.enrollment_large_companySetupAnswers.enrollment_public_administration_budget_gt_6000000SetupAnswers.has_employeesSetupAnswers.pays_professionals_with_retencionSetupAnswers.professional_income_withholding_ge_70pctSetupAnswers.art109_activity_income_withholding_ge_70pctSetupAnswers.pays_rent_with_retencionSetupAnswers.pays_capital_income_with_retencionSetupAnswers.modelo_111_no_retenciones_periodsSetupAnswers.irpf_estimation_regimeSetupAnswers.objective_estimation_modulos_iae_epigraphSetupAnswers.objective_estimation_modulos_module_1_unitsSetupAnswers.objective_estimation_modulos_module_2_unitsSetupAnswers.objective_estimation_modulos_module_3_unitsSetupAnswers.objective_estimation_modulos_module_4_unitsSetupAnswers.objective_estimation_modulos_module_5_unitsSetupAnswers.objective_estimation_modulos_module_6_unitsSetupAnswers.objective_estimation_modulos_module_7_unitsSetupAnswers.irpf_special_regimeSetupAnswers.irpf_special_regime_start_dateSetupAnswers.does_intracomunitarioSetupAnswers.third_party_transactions_above_347_thresholdSetupAnswers.bienes_extranjero_above_thresholdSetupAnswers.monedas_virtuales_extranjero_above_thresholdSetupAnswers.tax_residence_ccaaSetupAnswers.fiscal_residencySetupAnswers.country_of_fiscal_residenceSetupAnswers.representante_fiscal_nifSetupAnswers.representante_fiscal_nombreSetupAnswers.cloud_evidence_uploadSetupAnswers.llm_visionSetupAnswers.google_exportSetupAnswers.notes
- aeat.core.storage_route_guidance module
- aeat.core.wizard_catalogue module