export default class Lrtsei {
	constructor() {
		this.data = {
			lmdgrp: {
        rec: {
          ownref: '',
        },
      },
      lrdgrp: {
        rec: {
          ownref: '',
          rskcur: '',
          rskamt: '',
          appeft: '',
          shpdat: '',
          reqcod: '',
          conflg: '',
          opndat: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
          maturity: new Date(),
        },
        cbs: {
          nom1: {
            cur: '',
            amt: ''
          }
        },
        buy: {
          pts: {
            ref: ''
          }
        },
        exf: {
          pts: {
            ref: ''
          }
        }
      }
		}
	}
}