public AccountInterest2()
 {
     this.frToDtField = new DateTimePeriodDetails();
     this.rateField = new List<Rate3>();
     this.tpField = new InterestType1Choice();
 }
 public AccountStatement2()
 {
     this.ntryField = new List<ReportEntry2>();
     this.txsSummryField = new TotalTransactions2();
     this.balField = new List<CashBalance3>();
     this.intrstField = new List<AccountInterest2>();
     this.rltdAcctField = new CashAccount16();
     this.acctField = new CashAccount20();
     this.rptgSrcField = new ReportingSource1Choice();
     this.frToDtField = new DateTimePeriodDetails();
 }
 public TransactionInterest2()
 {
     this.frToDtField = new DateTimePeriodDetails();
     this.rateField = new List<Rate3>();
     this.tpField = new InterestType1Choice();
     this.amtField = new ActiveOrHistoricCurrencyAndAmount();
 }