export enum LedgerTypeValue {
	Funding = 'funding',
	Margin = 'margin',
	Exchange = 'exchange'
}
