export interface SettlementPaymentDateOptions {
    allow_ccy_holiday: boolean;
    allow_tod: boolean;
    allow_weekend: boolean;
}
export declare namespace SettlementPaymentDateOptions {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=settlementPaymentDateOptions.d.ts.map