pas.models.rate_set

Classes

RateSet

Mixin providing a meta/content JSON pair. Meta is a JSON column loaded

Module Contents

class pas.models.rate_set.RateSet[source]

Bases: onegov.core.orm.Base, onegov.core.orm.mixins.ContentMixin, onegov.core.orm.mixins.TimestampMixin

Mixin providing a meta/content JSON pair. Meta is a JSON column loaded with each request, content is a JSON column loaded deferred (to be shown only in the detail view).

__tablename__ = 'pas_rate_sets'[source]
id: Column[uuid.UUID][source]
year: Column[int][source]
cost_of_living_adjustment: dict_property[float][source]
plenary_none_president_halfday: dict_property[int][source]
plenary_none_member_halfday: dict_property[int][source]
commission_normal_president_initial: dict_property[int][source]
commission_normal_president_additional: dict_property[int][source]
commission_normal_member_initial: dict_property[int][source]
commission_normal_member_additional: dict_property[int][source]
commission_intercantonal_president_halfday: dict_property[int][source]
commission_intercantonal_member_halfday: dict_property[int][source]
commission_official_president_halfday: dict_property[int][source]
commission_official_president_fullday: dict_property[int][source]
commission_official_vice_president_halfday: dict_property[int][source]
commission_official_vice_president_fullday: dict_property[int][source]
shortest_all_president_halfhour: dict_property[int][source]
shortest_all_member_halfhour: dict_property[int][source]
study_normal_president_halfhour: dict_property[int][source]
study_normal_member_halfhour: dict_property[int][source]
study_intercantonal_president_hour: dict_property[int][source]
study_intercantonal_member_hour: dict_property[int][source]
study_official_president_halfhour: dict_property[int][source]
study_official_member_halfhour: dict_property[int][source]