export default class Sefrat { constructor() { this.data = { rec: { inr: "", ptyinr: "", pratyp: "", rattyp: "1", ecifno: "", cusnam: "", bchkey: "", sefhepcur: "", sefheptyp: "", sefheprat: "", sefhepdatfrm: "", sefhepdatend: "", sefhepappday: "0", sefheplmtamt: "", sefheptimfrm: "", sefheptimend: "", minappday: "0", maxappday: "0", mintim: "", maxtim: "", maxlmtamt: "", allowlistflg: "", }, currat: { inr: "", ptyinr: "", pratyp: "", rattyp: "", ecifno: "", cusnam: "", bchkey: "", sefhepcur: "", sefheptyp: "", sefheprat: "", sefhepdatfrm: "", sefhepdatend: "", sefhepappday: "", sefheplmtamt: "", sefheptimfrm: "", sefheptimend: "", minappday: "", maxappday: "", mintim: "", maxtim: "", maxlmtamt: "", allowlistflg: "", }, globalrat: { inr: "", ptyinr: "", pratyp: "", rattyp: "", ecifno: "", cusnam: "", bchkey: "", sefhepcur: "", sefheptyp: "", sefheprat: "", sefhepdatfrm: "", sefhepdatend: "", sefhepappday: "", sefheplmtamt: "", sefheptimfrm: "", sefheptimend: "", minappday: "", maxappday: "", mintim: "", maxtim: "", maxlmtamt: "", allowlistflg: "", }, sigflg: "", oldsigflg: "", issefhepcurexit: "N", sefratlst: [], pty: { inr: "", sigflg: "", }, ptyrat: { ptyinr: "", inr: "", cur: "", valdat: "", buytyp: "", buyrat: 0.0, seltyp: "", selrat: 0.0, } } } } export const Pattern = { }