import XxtfeeCheck from '~/components/business/xxtfee/model/check.js';

export default {
  data() {
    return {
      rules: {
        ...new XxtfeeCheck(this).check,
        "ltdgrp.rec.ownref":null,
        "btdgrp.rec.ownref":null,
        "btdgrp.cbs.max.cur":null,
        "btdgrp.cbs.max.amt":null,
        "addamtflg":null,
        "btdgrp.cbs.opn1.cur":null,
        "btdgrp.cbs.opn1.amt":null,
        "btdgrp.rec.matdat":null,
        "btdgrp.rec.rcvdatbe2":null,
        "btdgrp.rec.rcvdatbe1":null,
        "btdgrp.rec.doctypcod":null,
        "ledgrp.rec.ownref":null,
        "btdgrp.rec.nam":null,
        "btdgrp.be1.pts.ref":null,
        "btdgrp.be1.pts.nam":null,
        "btdgrp.be2.pts.ref":null,
        "btdgrp.be2.pts.nam":null,
        "btdgrp.rec.docsta":null,
      }
    }
  }
}