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

export default {
  data() {
    return {
      rules: {
        ...new XxtfeeCheck(this).check,
        "dedgrp.rec.ownref":null,
        "bfdgrp.rec.ownref":null,
        "bfdgrp.cbs.max.cur":null,
        "bfdgrp.cbs.max.amt":null,
        "bfdgrp.cbs.opn1.cur":null,
        "bfdgrp.cbs.opn1.amt":null,
        "bfdgrp.rec.rcvdat":null,
        "bfdgrp.rec.predat":null,
        "bfdgrp.rec.matdat":null,
        "bfdgrp.rec.orddat":null,
        "bfdgrp.rec.doctypcod":null,
        "bfdgrp.rec.docsta":null,
        "dedgrp.cbs.opn1.cur":null,
        "dedgrp.cbs.opn1.amt":null,
        "bfdgrp.rec.nam":null,
        "bfdgrp.apl.pts.ref":null,
        "bfdgrp.apl.pts.nam":null,
        "bfdgrp.ben.pts.ref":null,
        "bfdgrp.ben.pts.nam":null,
        "bfdgrp.iss.pts.ref":null,
        "bfdgrp.iss.pts.nam":null,
      }
    }
  }
}