Documentation
    Preparing search index...

    Interface LossRun

    interface LossRun {
        classCodeId: string;
        createdAtTimestamp: number;
        creatorUserId?: string;
        id: string;
        indicativeExpectedLoss: LossRunIndicativeExpectedLoss | null;
        isDeleted: boolean;
        lastModifiedTimestamp: number;
        losses: Loss[];
        metricsYears: LossRunMetricsYear[];
        name: string;
        objectType: LOSS_RUN;
        organizationId: string;
        policyInfoYears: LossRunPolicyInfoYear[];
        productName: string;
        status: ObjectStatus;
        targets: LossRunTargets | null;
        tenantId: string;
        tenantName?: string;
        valuationDate: Date;
    }

    Hierarchy

    Index
    classCodeId: string
    createdAtTimestamp: number
    creatorUserId?: string
    id: string
    indicativeExpectedLoss: LossRunIndicativeExpectedLoss | null
    isDeleted: boolean
    lastModifiedTimestamp: number
    losses: Loss[]
    metricsYears: LossRunMetricsYear[]
    name: string
    objectType: LOSS_RUN
    organizationId: string
    policyInfoYears: LossRunPolicyInfoYear[]
    productName: string
    status: ObjectStatus
    targets: LossRunTargets | null
    tenantId: string
    tenantName?: string
    valuationDate: Date