fraudtwin.ResolvedCounterfactual#

class fraudtwin.ResolvedCounterfactual(**data)[source][source]#

Bases: BaseModel

Complete immutable M14 configuration resolution.

Parameters:
  • enabled (bool)

  • resolver_version (str)

  • requested (dict[str, object])

  • scopes (tuple[CounterfactualScope, ...])

  • effective_configuration_hash (str)

model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].