@am92/securities-utility
Version:
A utility package for securities applications
10 lines (9 loc) • 300 B
TypeScript
import { ISecSegmentStructureMapType } from '../TYPES/SecurityMaster';
/**
* @ignore
*
* Security segment configurations defining the structure and type of different market segments.
*
* @type {ISecSegmentStructureMapType[]}
*/
export declare const SEC_SEGMENTS: ISecSegmentStructureMapType[];