export interface IAgreementProducer { agreementProducerFullName: string; agreementProducerPartyKey: string; producerKey: string; producerLeaderIndicator: boolean; producerPercentage: number; }