import type FixedIncomeSectorsBreakdownJSON from './FixedIncomeSectorsBreakdownJSON'; import type { Message } from '../InvestmentsConnector/InvestmentsJSON'; import type { MorningstarConverterOptions, MorningstarMetadata } from '../../Shared/MorningstarOptions'; export interface FixedIncomeSectorsBreakdownConverterOptions extends MorningstarConverterOptions { json: FixedIncomeSectorsBreakdownJSON.FixedIncomeSectorsBreakdownResponse; } export interface FixedIncomeSectorsBreakdownConverterMetadata extends MorningstarMetadata { fixdIncMorningstarSectorsPortfolioDate?: string; messages?: Array; performanceId?: string; surveyedFixedIncSectorDate?: string; } declare namespace FixedIncomeSectorsBreakdown { const sectorTypes: string[]; } export default FixedIncomeSectorsBreakdown;