export interface TRiskProfile { RiskProfileID: number; RiskProfileName: string; RiskProfileDescription: string; RiskProfileType: string; }