ForexAnnotation

class app.portfolio.models.annotation.forex.forex_annotation.ForexAnnotation[source]

Bases: EmptyClass, UniqueAnnotation[ForexAnnotationRecord, ForexAnnotationJournal]

Inheritance diagram of ForexAnnotation

Inheritance Diagram for ForexAnnotation

Methods

model_post_init(context)

Attributes

model_config

Configuration for the model, should be a dictionary conforming to ConfigDict.

instance_name

uid

entity_log

entity_dependents

instance_parent_weakref

model_config: ClassVar[ConfigDict] = {'extra': 'allow', 'frozen': True, 'serialize_by_alias': True, 'validate_assignment': True, 'validate_by_alias': True}

Configuration for the model, should be a dictionary conforming to ConfigDict.

model_post_init(context: Any) None
Parameters:

context (Any)

Return type:

None