Documentation
    Preparing search index...

    Interface Rater

    interface Rater {
        counterpartyAllocations: RaterCounterpartyAllocation[];
        ffProductId: string;
        id: string;
        minimumEarnedPremium: number | null;
        name: string;
        productConfigName: string;
        status: ACTIVITY_STATUS;
        surcharges: RaterSurcharge[];
    }

    Hierarchy

    Index
    counterpartyAllocations: RaterCounterpartyAllocation[]
    ffProductId: string
    id: string
    minimumEarnedPremium: number | null
    name: string
    productConfigName: string
    surcharges: RaterSurcharge[]