export interface FormOfSecurity { name: string; id: string; value: string; isGov: boolean; }