InsuranceContracts.jl
LifeInsuranceDataModel.InsuranceContracts.Contract
— TypeContract
a contract component of a bitemporal entity
LifeInsuranceDataModel.InsuranceContracts.ContractPartnerRef
— TypeContractPartnerRef
a partner reference of a contract component, i.e. policy holder, premium payer
LifeInsuranceDataModel.InsuranceContracts.ContractPartnerRefRevision
— TypeContractPartnerRefRevision
a revision of a contract's partner reference
LifeInsuranceDataModel.InsuranceContracts.ContractPartnerRole
— TypeContractPartnerRole
role e.g. policy holder or premium payer
LifeInsuranceDataModel.InsuranceContracts.ContractRevision
— TypeContractRevision
a revision of a contract component
LifeInsuranceDataModel.InsuranceContracts.ProductItem
— TypeProductItem
a productitem component of a contract component
LifeInsuranceDataModel.InsuranceContracts.ProductItemRevision
— TypeProductItemRevision
a revision of a productitem component
LifeInsuranceDataModel.InsuranceContracts.TariffItem
— TypeTariffItem
a reference to a tariff with contractual parameters
LifeInsuranceDataModel.InsuranceContracts.TariffItemPartnerRef
— TypeTariffItemPartnerRef
a reference to a partner of a tariffitem, i.e. insured person
LifeInsuranceDataModel.InsuranceContracts.TariffItemPartnerRefRevision
— TypeTariffItemPartnerRefRevision
a revision of a productItem's partner reference
LifeInsuranceDataModel.InsuranceContracts.TariffItemPartnerRole
— TypeTariffItemPartnerRole
role of Partner for tariffitem, 1. or 2. insured person
LifeInsuranceDataModel.InsuranceContracts.TariffItemRevision
— TypeTariffItemRevision
a revision of a tariffitem
LifeInsuranceDataModel.InsuranceContracts.TariffItemRole
— TypeTariffItemRole
role e.g. main or supplemental risk like life and occupational disabilty
BitemporalPostgres.get_typeof_component
— MethodBitemporalPostgres.gettypeofcomponent(revision::ContractPartnerRefRevision) :: Type{ContractPartnerRef}
BitemporalPostgres.get_typeof_component
— MethodBitemporalPostgres.gettypeofcomponent(revision::ContractRevision) :: Type{Contract}
BitemporalPostgres.get_typeof_component
— MethodBitemporalPostgres.gettypeofcomponent(revision::ProductItemRevision) :: Type{ProductItem}
BitemporalPostgres.get_typeof_component
— MethodBitemporalPostgres.gettypeofcomponent(revision::TariffItemPartnerRefRevision) :: Type{TariffItemPartnerRef}
BitemporalPostgres.get_typeof_component
— MethodBitemporalPostgres.gettypeofcomponent(revision::TariffItemRevision) :: Type{TariffItem}
BitemporalPostgres.get_typeof_revision
— MethodBitemporalPostgres.gettypeofrevision(component::ContractPartnerRef) :: Type{ContractPartnerRefRevision}
BitemporalPostgres.get_typeof_revision
— MethodBitemporalPostgres.gettypeofrevision(component::Contract) :: Type{ContractRevision}
BitemporalPostgres.get_typeof_revision
— MethodBitemporalPostgres.gettypeofrevision(component::ProductItem) :: Type{ProductItemRevision}
BitemporalPostgres.get_typeof_revision
— MethodBitemporalPostgres.gettypeofrevision(component::TariffItemPartnerRef) :: Type{TariffItemPartnerRefRevision}
BitemporalPostgres.get_typeof_revision
— MethodBitemporalPostgres.gettypeofrevision(component::TariffItem) :: Type{TariffItemRevision}
BitemporalPostgres.revisionTypes
— MethodBitemporalPostgres.revisionTypes(entity::Val{:Contract}) defining the ComponentRevision types occurring in Contracts