CEDE 2025 (13.0) Database Reference
tProgram Table
AIRReinsurance Database : tProgram Table
Description

Stores information about reinsurance programs.

A reinsurance program includes one or more related reinsurance treaties or layers. Reinsurance coverage applies to locations or treaties and not to reinsurance programs.

Properties
Creation Date05-06-2025 01:54
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the program record.int4   
 User-defined identifier for the reinsurance program.varchar100   
 

Unique system-generated sequential identifier for the business unit record.

int4 
((1))
 
 

Reserved for future use.

Unique system-generated sequential identifier for the project record.

int4   
 User-provided description of the reinsurance program.varchar4000  
 

System-provided status code for the record in the table.

For a complete list of codes, see tStatus Table.

varchar10 
('A')
 
 Date and time when the reinsurance program was created.datetime4 
(getutcdate())
 
 Date and time when the reinsurance program was last modified.datetime4 
(getutcdate())
 
Objects that depend on tProgram
 Database ObjectObject TypeDescriptionDep Level
tReinsAppliesToGeo tabletReinsAppliesToGeoTable

Stores information about the geographic or area filter applied to each reinsurance treaty.

Reinsurance treaty geographic filters are optional.

1
tReinsurance tabletReinsuranceTable

Stores information about reinsurance treaties.

A reinsurance program includes one or more related reinsurance treaties or layers. Reinsurance coverage applies to locations or treaties and not to reinsurance programs.

1
See Also

Related Objects

AIRReinsurance Database