aeat.core.resources._repos.recargo_bands module

Singleton recargo-band repository.

RecargoBandsRepository exposes Ley 58/2003 recargo bands through the shared ResourceCacheRepository cache used by ResourceRegistry.

class RecargoBandsRepository[source]

Bases: ResourceCacheRepository[object, None]

Singleton-keyed repository for the Ley 58/2003 recargo bands.

Wraps aeat.domain.deadlines.load_recargo_bands() behind the shared ResourceCacheRepository cache.

property singleton: object