Trendsic Platform Service

<back to all web services

FactFinderConfigRequest

Requires Authentication
The following routes are available for this service:
GET,POST,OPTIONS/v1/FactFinderConfig
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;

public class dtos
{

    public static class FactFinderConfigRequest
    {
        public FactFinderConfig Config = null;
        
        public FactFinderConfig getConfig() { return Config; }
        public FactFinderConfigRequest setConfig(FactFinderConfig value) { this.Config = value; return this; }
    }

    public static class FactFinderConfig
    {
        public Boolean ei_lastName = null;
        public Boolean ei_firstname = null;
        public Boolean ei_mi = null;
        public Boolean ei_dob = null;
        public Boolean ei_age = null;
        public Boolean ei_district = null;
        public Boolean ei_school = null;
        public Boolean ei_room = null;
        public Boolean ei_position = null;
        public Boolean ei_yearswdist = null;
        public Boolean ei_yearswodist = null;
        public Boolean ei_pastocc = null;
        public Boolean ei_address = null;
        public Boolean ei_city = null;
        public Boolean ei_state = null;
        public Boolean ei_zip = null;
        public Boolean ei_cellphone = null;
        public Boolean ei_workphone = null;
        public Boolean ei_personalemail = null;
        public Boolean ei_workemail = null;
        public Boolean ei_spousename = null;
        public Boolean ei_spousedob = null;
        public Boolean ei_spouseage = null;
        public Boolean ei_spousecellphone = null;
        public Boolean ei_spouseemail = null;
        public Boolean ei_spouseoccupation = null;
        public Boolean ei_spouseposition = null;
        public Boolean ei_spouseyears = null;
        public Boolean ei_spousepastocc = null;
        public Boolean ei_reasonmeeting = null;
        public Boolean emt_workstatus = null;
        public Boolean emt_unusedsickdays = null;
        public Boolean emt_unusedsickhours = null;
        public Boolean emt_cbsdays = null;
        public Boolean emt_cbshours = null;
        public Boolean emt_dpw = null;
        public Boolean emt_hpw = null;
        public Boolean emt_mpy = null;
        public Boolean emt_numpretaxchecks = null;
        public Boolean fin_clientgross = null;
        public Boolean fin_clientnet = null;
        public Boolean fin_householdgross = null;
        public Boolean fin_householdnet = null;
        public Boolean fin_desiredretincome = null;
        public Boolean fin_estexpenses = null;
        public Boolean fin_discincome = null;
        public Boolean fin_exptype = null;
        public Boolean fin_desc = null;
        public Boolean fin_balance = null;
        public Boolean fin_interestrate = null;
        public Boolean fin_minpayment = null;
        public Boolean fin_monthlypayment = null;
        public Boolean pen_pensystem = null;
        public Boolean pen_penstart = null;
        public Boolean pen_servicecredit = null;
        public Boolean pen_servicecreditasofdate = null;
        public Boolean pen_desiredretdate = null;
        public Boolean pen_desiredretage = null;
        public Boolean pen_spousalbenefitdesired = null;
        public Boolean pen_formula = null;
        public Boolean pen_defbalance = null;
        public Boolean pen_defspousebalance = null;
        public Boolean prot_plife = null;
        public Boolean prot_pcarrier = null;
        public Boolean prot_pfaceamount = null;
        public Boolean prot_pissuedate = null;
        public Boolean prot_plifepremium = null;
        public Boolean prot_ptype = null;
        public Boolean prot_ptypeof = null;
        public Boolean prot_pcashvalue = null;
        public Boolean prot_slife = null;
        public Boolean prot_scarrier = null;
        public Boolean prot_sfaceamount = null;
        public Boolean prot_sissuedate = null;
        public Boolean prot_slifepremium = null;
        public Boolean prot_stype = null;
        public Boolean prot_stypeof = null;
        public Boolean prot_scashvalue = null;
        public Boolean prot_pltc = null;
        public Boolean prot_pltcpremium = null;
        public Boolean prot_pdisability = null;
        public Boolean prot_pdisabilitypremium = null;
        public Boolean prot_sltc = null;
        public Boolean prot_sltcpremium = null;
        public Boolean prot_sdisability = null;
        public Boolean prot_sdisabilitypremium = null;
        public Boolean efi_monthlycontrib = null;
        public Boolean efi_fundbalance = null;
        public Boolean efi_isthreetosixmonths = null;
        public Boolean lta_haveretiresavings = null;
        public Boolean lta_priorretireplan = null;
        public Boolean lta_havedistplan = null;
        public Boolean lta_plantype = null;
        public Boolean lta_company = null;
        public Boolean lta_contrib = null;
        public Boolean lta_balance = null;
        public Boolean ira_acctowner = null;
        public Boolean ira_company = null;
        public Boolean ira_taxcode = null;
        public Boolean ira_accounttype = null;
        public Boolean ira_acctnumber = null;
        public Boolean ira_inception = null;
        public Boolean ira_currentvalue = null;
        public Boolean ira_monthlycontrib = null;
        public Boolean ira_surrcharge = null;
        public Boolean ira_surrvalue = null;
        public Boolean ira_totalfees = null;
        public Boolean ira_tpaok = null;
        public Boolean ira_addlformsreq = null;
        public Boolean ira_sigreq = null;
        public Boolean ira_outstandingloans = null;
        public Boolean ira_originalformsreq = null;
        public Boolean ira_faxaccepted = null;
        public Boolean ira_faxnumber = null;
        public Boolean ira_notes = null;
        public Boolean ira_mailaddr = null;
        public Boolean ira_mailcity = null;
        public Boolean ira_mailstate = null;
        public Boolean ira_mailzip = null;
        public Boolean kcf_name = null;
        public Boolean kcf_dob = null;
        public Boolean kcf_age = null;
        public Boolean kcf_fund = null;
        public Boolean kcf_contribution = null;
        public Boolean kcf_balance = null;
        public Boolean an_notes = null;
        public Boolean cr_name = null;
        public Boolean cr_campus = null;
        public Boolean cr_room = null;
        public Boolean cr_phone = null;
        
        public Boolean isEiLastName() { return ei_lastName; }
        public FactFinderConfig setEiLastName(Boolean value) { this.ei_lastName = value; return this; }
        public Boolean isEiFirstname() { return ei_firstname; }
        public FactFinderConfig setEiFirstname(Boolean value) { this.ei_firstname = value; return this; }
        public Boolean isEiMi() { return ei_mi; }
        public FactFinderConfig setEiMi(Boolean value) { this.ei_mi = value; return this; }
        public Boolean isEiDob() { return ei_dob; }
        public FactFinderConfig setEiDob(Boolean value) { this.ei_dob = value; return this; }
        public Boolean isEiAge() { return ei_age; }
        public FactFinderConfig setEiAge(Boolean value) { this.ei_age = value; return this; }
        public Boolean isEiDistrict() { return ei_district; }
        public FactFinderConfig setEiDistrict(Boolean value) { this.ei_district = value; return this; }
        public Boolean isEiSchool() { return ei_school; }
        public FactFinderConfig setEiSchool(Boolean value) { this.ei_school = value; return this; }
        public Boolean isEiRoom() { return ei_room; }
        public FactFinderConfig setEiRoom(Boolean value) { this.ei_room = value; return this; }
        public Boolean isEiPosition() { return ei_position; }
        public FactFinderConfig setEiPosition(Boolean value) { this.ei_position = value; return this; }
        public Boolean isEiYearswdist() { return ei_yearswdist; }
        public FactFinderConfig setEiYearswdist(Boolean value) { this.ei_yearswdist = value; return this; }
        public Boolean isEiYearswodist() { return ei_yearswodist; }
        public FactFinderConfig setEiYearswodist(Boolean value) { this.ei_yearswodist = value; return this; }
        public Boolean isEiPastocc() { return ei_pastocc; }
        public FactFinderConfig setEiPastocc(Boolean value) { this.ei_pastocc = value; return this; }
        public Boolean isEiAddress() { return ei_address; }
        public FactFinderConfig setEiAddress(Boolean value) { this.ei_address = value; return this; }
        public Boolean isEiCity() { return ei_city; }
        public FactFinderConfig setEiCity(Boolean value) { this.ei_city = value; return this; }
        public Boolean isEiState() { return ei_state; }
        public FactFinderConfig setEiState(Boolean value) { this.ei_state = value; return this; }
        public Boolean isEiZip() { return ei_zip; }
        public FactFinderConfig setEiZip(Boolean value) { this.ei_zip = value; return this; }
        public Boolean isEiCellphone() { return ei_cellphone; }
        public FactFinderConfig setEiCellphone(Boolean value) { this.ei_cellphone = value; return this; }
        public Boolean isEiWorkphone() { return ei_workphone; }
        public FactFinderConfig setEiWorkphone(Boolean value) { this.ei_workphone = value; return this; }
        public Boolean isEiPersonalemail() { return ei_personalemail; }
        public FactFinderConfig setEiPersonalemail(Boolean value) { this.ei_personalemail = value; return this; }
        public Boolean isEiWorkemail() { return ei_workemail; }
        public FactFinderConfig setEiWorkemail(Boolean value) { this.ei_workemail = value; return this; }
        public Boolean isEiSpousename() { return ei_spousename; }
        public FactFinderConfig setEiSpousename(Boolean value) { this.ei_spousename = value; return this; }
        public Boolean isEiSpousedob() { return ei_spousedob; }
        public FactFinderConfig setEiSpousedob(Boolean value) { this.ei_spousedob = value; return this; }
        public Boolean isEiSpouseage() { return ei_spouseage; }
        public FactFinderConfig setEiSpouseage(Boolean value) { this.ei_spouseage = value; return this; }
        public Boolean isEiSpousecellphone() { return ei_spousecellphone; }
        public FactFinderConfig setEiSpousecellphone(Boolean value) { this.ei_spousecellphone = value; return this; }
        public Boolean isEiSpouseemail() { return ei_spouseemail; }
        public FactFinderConfig setEiSpouseemail(Boolean value) { this.ei_spouseemail = value; return this; }
        public Boolean isEiSpouseoccupation() { return ei_spouseoccupation; }
        public FactFinderConfig setEiSpouseoccupation(Boolean value) { this.ei_spouseoccupation = value; return this; }
        public Boolean isEiSpouseposition() { return ei_spouseposition; }
        public FactFinderConfig setEiSpouseposition(Boolean value) { this.ei_spouseposition = value; return this; }
        public Boolean isEiSpouseyears() { return ei_spouseyears; }
        public FactFinderConfig setEiSpouseyears(Boolean value) { this.ei_spouseyears = value; return this; }
        public Boolean isEiSpousepastocc() { return ei_spousepastocc; }
        public FactFinderConfig setEiSpousepastocc(Boolean value) { this.ei_spousepastocc = value; return this; }
        public Boolean isEiReasonmeeting() { return ei_reasonmeeting; }
        public FactFinderConfig setEiReasonmeeting(Boolean value) { this.ei_reasonmeeting = value; return this; }
        public Boolean isEmtWorkstatus() { return emt_workstatus; }
        public FactFinderConfig setEmtWorkstatus(Boolean value) { this.emt_workstatus = value; return this; }
        public Boolean isEmtUnusedsickdays() { return emt_unusedsickdays; }
        public FactFinderConfig setEmtUnusedsickdays(Boolean value) { this.emt_unusedsickdays = value; return this; }
        public Boolean isEmtUnusedsickhours() { return emt_unusedsickhours; }
        public FactFinderConfig setEmtUnusedsickhours(Boolean value) { this.emt_unusedsickhours = value; return this; }
        public Boolean isEmtCbsdays() { return emt_cbsdays; }
        public FactFinderConfig setEmtCbsdays(Boolean value) { this.emt_cbsdays = value; return this; }
        public Boolean isEmtCbshours() { return emt_cbshours; }
        public FactFinderConfig setEmtCbshours(Boolean value) { this.emt_cbshours = value; return this; }
        public Boolean isEmtDpw() { return emt_dpw; }
        public FactFinderConfig setEmtDpw(Boolean value) { this.emt_dpw = value; return this; }
        public Boolean isEmtHpw() { return emt_hpw; }
        public FactFinderConfig setEmtHpw(Boolean value) { this.emt_hpw = value; return this; }
        public Boolean isEmtMpy() { return emt_mpy; }
        public FactFinderConfig setEmtMpy(Boolean value) { this.emt_mpy = value; return this; }
        public Boolean isEmtNumpretaxchecks() { return emt_numpretaxchecks; }
        public FactFinderConfig setEmtNumpretaxchecks(Boolean value) { this.emt_numpretaxchecks = value; return this; }
        public Boolean isFinClientgross() { return fin_clientgross; }
        public FactFinderConfig setFinClientgross(Boolean value) { this.fin_clientgross = value; return this; }
        public Boolean isFinClientnet() { return fin_clientnet; }
        public FactFinderConfig setFinClientnet(Boolean value) { this.fin_clientnet = value; return this; }
        public Boolean isFinHouseholdgross() { return fin_householdgross; }
        public FactFinderConfig setFinHouseholdgross(Boolean value) { this.fin_householdgross = value; return this; }
        public Boolean isFinHouseholdnet() { return fin_householdnet; }
        public FactFinderConfig setFinHouseholdnet(Boolean value) { this.fin_householdnet = value; return this; }
        public Boolean isFinDesiredretincome() { return fin_desiredretincome; }
        public FactFinderConfig setFinDesiredretincome(Boolean value) { this.fin_desiredretincome = value; return this; }
        public Boolean isFinEstexpenses() { return fin_estexpenses; }
        public FactFinderConfig setFinEstexpenses(Boolean value) { this.fin_estexpenses = value; return this; }
        public Boolean isFinDiscincome() { return fin_discincome; }
        public FactFinderConfig setFinDiscincome(Boolean value) { this.fin_discincome = value; return this; }
        public Boolean isFinExptype() { return fin_exptype; }
        public FactFinderConfig setFinExptype(Boolean value) { this.fin_exptype = value; return this; }
        public Boolean isFinDesc() { return fin_desc; }
        public FactFinderConfig setFinDesc(Boolean value) { this.fin_desc = value; return this; }
        public Boolean isFinBalance() { return fin_balance; }
        public FactFinderConfig setFinBalance(Boolean value) { this.fin_balance = value; return this; }
        public Boolean isFinInterestrate() { return fin_interestrate; }
        public FactFinderConfig setFinInterestrate(Boolean value) { this.fin_interestrate = value; return this; }
        public Boolean isFinMinpayment() { return fin_minpayment; }
        public FactFinderConfig setFinMinpayment(Boolean value) { this.fin_minpayment = value; return this; }
        public Boolean isFinMonthlypayment() { return fin_monthlypayment; }
        public FactFinderConfig setFinMonthlypayment(Boolean value) { this.fin_monthlypayment = value; return this; }
        public Boolean isPenPensystem() { return pen_pensystem; }
        public FactFinderConfig setPenPensystem(Boolean value) { this.pen_pensystem = value; return this; }
        public Boolean isPenPenstart() { return pen_penstart; }
        public FactFinderConfig setPenPenstart(Boolean value) { this.pen_penstart = value; return this; }
        public Boolean isPenServicecredit() { return pen_servicecredit; }
        public FactFinderConfig setPenServicecredit(Boolean value) { this.pen_servicecredit = value; return this; }
        public Boolean isPenServicecreditasofdate() { return pen_servicecreditasofdate; }
        public FactFinderConfig setPenServicecreditasofdate(Boolean value) { this.pen_servicecreditasofdate = value; return this; }
        public Boolean isPenDesiredretdate() { return pen_desiredretdate; }
        public FactFinderConfig setPenDesiredretdate(Boolean value) { this.pen_desiredretdate = value; return this; }
        public Boolean isPenDesiredretage() { return pen_desiredretage; }
        public FactFinderConfig setPenDesiredretage(Boolean value) { this.pen_desiredretage = value; return this; }
        public Boolean isPenSpousalbenefitdesired() { return pen_spousalbenefitdesired; }
        public FactFinderConfig setPenSpousalbenefitdesired(Boolean value) { this.pen_spousalbenefitdesired = value; return this; }
        public Boolean isPenFormula() { return pen_formula; }
        public FactFinderConfig setPenFormula(Boolean value) { this.pen_formula = value; return this; }
        public Boolean isPenDefbalance() { return pen_defbalance; }
        public FactFinderConfig setPenDefbalance(Boolean value) { this.pen_defbalance = value; return this; }
        public Boolean isPenDefspousebalance() { return pen_defspousebalance; }
        public FactFinderConfig setPenDefspousebalance(Boolean value) { this.pen_defspousebalance = value; return this; }
        public Boolean isProtPlife() { return prot_plife; }
        public FactFinderConfig setProtPlife(Boolean value) { this.prot_plife = value; return this; }
        public Boolean isProtPcarrier() { return prot_pcarrier; }
        public FactFinderConfig setProtPcarrier(Boolean value) { this.prot_pcarrier = value; return this; }
        public Boolean isProtPfaceamount() { return prot_pfaceamount; }
        public FactFinderConfig setProtPfaceamount(Boolean value) { this.prot_pfaceamount = value; return this; }
        public Boolean isProtPissuedate() { return prot_pissuedate; }
        public FactFinderConfig setProtPissuedate(Boolean value) { this.prot_pissuedate = value; return this; }
        public Boolean isProtPlifepremium() { return prot_plifepremium; }
        public FactFinderConfig setProtPlifepremium(Boolean value) { this.prot_plifepremium = value; return this; }
        public Boolean isProtPtype() { return prot_ptype; }
        public FactFinderConfig setProtPtype(Boolean value) { this.prot_ptype = value; return this; }
        public Boolean isProtPtypeof() { return prot_ptypeof; }
        public FactFinderConfig setProtPtypeof(Boolean value) { this.prot_ptypeof = value; return this; }
        public Boolean isProtPcashvalue() { return prot_pcashvalue; }
        public FactFinderConfig setProtPcashvalue(Boolean value) { this.prot_pcashvalue = value; return this; }
        public Boolean isProtSlife() { return prot_slife; }
        public FactFinderConfig setProtSlife(Boolean value) { this.prot_slife = value; return this; }
        public Boolean isProtScarrier() { return prot_scarrier; }
        public FactFinderConfig setProtScarrier(Boolean value) { this.prot_scarrier = value; return this; }
        public Boolean isProtSfaceamount() { return prot_sfaceamount; }
        public FactFinderConfig setProtSfaceamount(Boolean value) { this.prot_sfaceamount = value; return this; }
        public Boolean isProtSissuedate() { return prot_sissuedate; }
        public FactFinderConfig setProtSissuedate(Boolean value) { this.prot_sissuedate = value; return this; }
        public Boolean isProtSlifepremium() { return prot_slifepremium; }
        public FactFinderConfig setProtSlifepremium(Boolean value) { this.prot_slifepremium = value; return this; }
        public Boolean isProtStype() { return prot_stype; }
        public FactFinderConfig setProtStype(Boolean value) { this.prot_stype = value; return this; }
        public Boolean isProtStypeof() { return prot_stypeof; }
        public FactFinderConfig setProtStypeof(Boolean value) { this.prot_stypeof = value; return this; }
        public Boolean isProtScashvalue() { return prot_scashvalue; }
        public FactFinderConfig setProtScashvalue(Boolean value) { this.prot_scashvalue = value; return this; }
        public Boolean isProtPltc() { return prot_pltc; }
        public FactFinderConfig setProtPltc(Boolean value) { this.prot_pltc = value; return this; }
        public Boolean isProtPltcpremium() { return prot_pltcpremium; }
        public FactFinderConfig setProtPltcpremium(Boolean value) { this.prot_pltcpremium = value; return this; }
        public Boolean isProtPdisability() { return prot_pdisability; }
        public FactFinderConfig setProtPdisability(Boolean value) { this.prot_pdisability = value; return this; }
        public Boolean isProtPdisabilitypremium() { return prot_pdisabilitypremium; }
        public FactFinderConfig setProtPdisabilitypremium(Boolean value) { this.prot_pdisabilitypremium = value; return this; }
        public Boolean isProtSltc() { return prot_sltc; }
        public FactFinderConfig setProtSltc(Boolean value) { this.prot_sltc = value; return this; }
        public Boolean isProtSltcpremium() { return prot_sltcpremium; }
        public FactFinderConfig setProtSltcpremium(Boolean value) { this.prot_sltcpremium = value; return this; }
        public Boolean isProtSdisability() { return prot_sdisability; }
        public FactFinderConfig setProtSdisability(Boolean value) { this.prot_sdisability = value; return this; }
        public Boolean isProtSdisabilitypremium() { return prot_sdisabilitypremium; }
        public FactFinderConfig setProtSdisabilitypremium(Boolean value) { this.prot_sdisabilitypremium = value; return this; }
        public Boolean isEfiMonthlycontrib() { return efi_monthlycontrib; }
        public FactFinderConfig setEfiMonthlycontrib(Boolean value) { this.efi_monthlycontrib = value; return this; }
        public Boolean isEfiFundbalance() { return efi_fundbalance; }
        public FactFinderConfig setEfiFundbalance(Boolean value) { this.efi_fundbalance = value; return this; }
        public Boolean isEfiIsthreetosixmonths() { return efi_isthreetosixmonths; }
        public FactFinderConfig setEfiIsthreetosixmonths(Boolean value) { this.efi_isthreetosixmonths = value; return this; }
        public Boolean isLtaHaveretiresavings() { return lta_haveretiresavings; }
        public FactFinderConfig setLtaHaveretiresavings(Boolean value) { this.lta_haveretiresavings = value; return this; }
        public Boolean isLtaPriorretireplan() { return lta_priorretireplan; }
        public FactFinderConfig setLtaPriorretireplan(Boolean value) { this.lta_priorretireplan = value; return this; }
        public Boolean isLtaHavedistplan() { return lta_havedistplan; }
        public FactFinderConfig setLtaHavedistplan(Boolean value) { this.lta_havedistplan = value; return this; }
        public Boolean isLtaPlantype() { return lta_plantype; }
        public FactFinderConfig setLtaPlantype(Boolean value) { this.lta_plantype = value; return this; }
        public Boolean isLtaCompany() { return lta_company; }
        public FactFinderConfig setLtaCompany(Boolean value) { this.lta_company = value; return this; }
        public Boolean isLtaContrib() { return lta_contrib; }
        public FactFinderConfig setLtaContrib(Boolean value) { this.lta_contrib = value; return this; }
        public Boolean isLtaBalance() { return lta_balance; }
        public FactFinderConfig setLtaBalance(Boolean value) { this.lta_balance = value; return this; }
        public Boolean isIraAcctowner() { return ira_acctowner; }
        public FactFinderConfig setIraAcctowner(Boolean value) { this.ira_acctowner = value; return this; }
        public Boolean isIraCompany() { return ira_company; }
        public FactFinderConfig setIraCompany(Boolean value) { this.ira_company = value; return this; }
        public Boolean isIraTaxcode() { return ira_taxcode; }
        public FactFinderConfig setIraTaxcode(Boolean value) { this.ira_taxcode = value; return this; }
        public Boolean isIraAccounttype() { return ira_accounttype; }
        public FactFinderConfig setIraAccounttype(Boolean value) { this.ira_accounttype = value; return this; }
        public Boolean isIraAcctnumber() { return ira_acctnumber; }
        public FactFinderConfig setIraAcctnumber(Boolean value) { this.ira_acctnumber = value; return this; }
        public Boolean isIraInception() { return ira_inception; }
        public FactFinderConfig setIraInception(Boolean value) { this.ira_inception = value; return this; }
        public Boolean isIraCurrentvalue() { return ira_currentvalue; }
        public FactFinderConfig setIraCurrentvalue(Boolean value) { this.ira_currentvalue = value; return this; }
        public Boolean isIraMonthlycontrib() { return ira_monthlycontrib; }
        public FactFinderConfig setIraMonthlycontrib(Boolean value) { this.ira_monthlycontrib = value; return this; }
        public Boolean isIraSurrcharge() { return ira_surrcharge; }
        public FactFinderConfig setIraSurrcharge(Boolean value) { this.ira_surrcharge = value; return this; }
        public Boolean isIraSurrvalue() { return ira_surrvalue; }
        public FactFinderConfig setIraSurrvalue(Boolean value) { this.ira_surrvalue = value; return this; }
        public Boolean isIraTotalfees() { return ira_totalfees; }
        public FactFinderConfig setIraTotalfees(Boolean value) { this.ira_totalfees = value; return this; }
        public Boolean isIraTpaok() { return ira_tpaok; }
        public FactFinderConfig setIraTpaok(Boolean value) { this.ira_tpaok = value; return this; }
        public Boolean isIraAddlformsreq() { return ira_addlformsreq; }
        public FactFinderConfig setIraAddlformsreq(Boolean value) { this.ira_addlformsreq = value; return this; }
        public Boolean isIraSigreq() { return ira_sigreq; }
        public FactFinderConfig setIraSigreq(Boolean value) { this.ira_sigreq = value; return this; }
        public Boolean isIraOutstandingloans() { return ira_outstandingloans; }
        public FactFinderConfig setIraOutstandingloans(Boolean value) { this.ira_outstandingloans = value; return this; }
        public Boolean isIraOriginalformsreq() { return ira_originalformsreq; }
        public FactFinderConfig setIraOriginalformsreq(Boolean value) { this.ira_originalformsreq = value; return this; }
        public Boolean isIraFaxaccepted() { return ira_faxaccepted; }
        public FactFinderConfig setIraFaxaccepted(Boolean value) { this.ira_faxaccepted = value; return this; }
        public Boolean isIraFaxnumber() { return ira_faxnumber; }
        public FactFinderConfig setIraFaxnumber(Boolean value) { this.ira_faxnumber = value; return this; }
        public Boolean isIraNotes() { return ira_notes; }
        public FactFinderConfig setIraNotes(Boolean value) { this.ira_notes = value; return this; }
        public Boolean isIraMailaddr() { return ira_mailaddr; }
        public FactFinderConfig setIraMailaddr(Boolean value) { this.ira_mailaddr = value; return this; }
        public Boolean isIraMailcity() { return ira_mailcity; }
        public FactFinderConfig setIraMailcity(Boolean value) { this.ira_mailcity = value; return this; }
        public Boolean isIraMailstate() { return ira_mailstate; }
        public FactFinderConfig setIraMailstate(Boolean value) { this.ira_mailstate = value; return this; }
        public Boolean isIraMailzip() { return ira_mailzip; }
        public FactFinderConfig setIraMailzip(Boolean value) { this.ira_mailzip = value; return this; }
        public Boolean isKcfName() { return kcf_name; }
        public FactFinderConfig setKcfName(Boolean value) { this.kcf_name = value; return this; }
        public Boolean isKcfDob() { return kcf_dob; }
        public FactFinderConfig setKcfDob(Boolean value) { this.kcf_dob = value; return this; }
        public Boolean isKcfAge() { return kcf_age; }
        public FactFinderConfig setKcfAge(Boolean value) { this.kcf_age = value; return this; }
        public Boolean isKcfFund() { return kcf_fund; }
        public FactFinderConfig setKcfFund(Boolean value) { this.kcf_fund = value; return this; }
        public Boolean isKcfContribution() { return kcf_contribution; }
        public FactFinderConfig setKcfContribution(Boolean value) { this.kcf_contribution = value; return this; }
        public Boolean isKcfBalance() { return kcf_balance; }
        public FactFinderConfig setKcfBalance(Boolean value) { this.kcf_balance = value; return this; }
        public Boolean isAnNotes() { return an_notes; }
        public FactFinderConfig setAnNotes(Boolean value) { this.an_notes = value; return this; }
        public Boolean isCrName() { return cr_name; }
        public FactFinderConfig setCrName(Boolean value) { this.cr_name = value; return this; }
        public Boolean isCrCampus() { return cr_campus; }
        public FactFinderConfig setCrCampus(Boolean value) { this.cr_campus = value; return this; }
        public Boolean isCrRoom() { return cr_room; }
        public FactFinderConfig setCrRoom(Boolean value) { this.cr_room = value; return this; }
        public Boolean isCrPhone() { return cr_phone; }
        public FactFinderConfig setCrPhone(Boolean value) { this.cr_phone = value; return this; }
    }

}

Java FactFinderConfigRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /v1/FactFinderConfig HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"Config":{"ei_lastName":false,"ei_firstname":false,"ei_mi":false,"ei_dob":false,"ei_age":false,"ei_district":false,"ei_school":false,"ei_room":false,"ei_position":false,"ei_yearswdist":false,"ei_yearswodist":false,"ei_pastocc":false,"ei_address":false,"ei_city":false,"ei_state":false,"ei_zip":false,"ei_cellphone":false,"ei_workphone":false,"ei_personalemail":false,"ei_workemail":false,"ei_spousename":false,"ei_spousedob":false,"ei_spouseage":false,"ei_spousecellphone":false,"ei_spouseemail":false,"ei_spouseoccupation":false,"ei_spouseposition":false,"ei_spouseyears":false,"ei_spousepastocc":false,"ei_reasonmeeting":false,"emt_workstatus":false,"emt_unusedsickdays":false,"emt_unusedsickhours":false,"emt_cbsdays":false,"emt_cbshours":false,"emt_dpw":false,"emt_hpw":false,"emt_mpy":false,"emt_numpretaxchecks":false,"fin_clientgross":false,"fin_clientnet":false,"fin_householdgross":false,"fin_householdnet":false,"fin_desiredretincome":false,"fin_estexpenses":false,"fin_discincome":false,"fin_exptype":false,"fin_desc":false,"fin_balance":false,"fin_interestrate":false,"fin_minpayment":false,"fin_monthlypayment":false,"pen_pensystem":false,"pen_penstart":false,"pen_servicecredit":false,"pen_servicecreditasofdate":false,"pen_desiredretdate":false,"pen_desiredretage":false,"pen_spousalbenefitdesired":false,"pen_formula":false,"pen_defbalance":false,"pen_defspousebalance":false,"prot_plife":false,"prot_pcarrier":false,"prot_pfaceamount":false,"prot_pissuedate":false,"prot_plifepremium":false,"prot_ptype":false,"prot_ptypeof":false,"prot_pcashvalue":false,"prot_slife":false,"prot_scarrier":false,"prot_sfaceamount":false,"prot_sissuedate":false,"prot_slifepremium":false,"prot_stype":false,"prot_stypeof":false,"prot_scashvalue":false,"prot_pltc":false,"prot_pltcpremium":false,"prot_pdisability":false,"prot_pdisabilitypremium":false,"prot_sltc":false,"prot_sltcpremium":false,"prot_sdisability":false,"prot_sdisabilitypremium":false,"efi_monthlycontrib":false,"efi_fundbalance":false,"efi_isthreetosixmonths":false,"lta_haveretiresavings":false,"lta_priorretireplan":false,"lta_havedistplan":false,"lta_plantype":false,"lta_company":false,"lta_contrib":false,"lta_balance":false,"ira_acctowner":false,"ira_company":false,"ira_taxcode":false,"ira_accounttype":false,"ira_acctnumber":false,"ira_inception":false,"ira_currentvalue":false,"ira_monthlycontrib":false,"ira_surrcharge":false,"ira_surrvalue":false,"ira_totalfees":false,"ira_tpaok":false,"ira_addlformsreq":false,"ira_sigreq":false,"ira_outstandingloans":false,"ira_originalformsreq":false,"ira_faxaccepted":false,"ira_faxnumber":false,"ira_notes":false,"ira_mailaddr":false,"ira_mailcity":false,"ira_mailstate":false,"ira_mailzip":false,"kcf_name":false,"kcf_dob":false,"kcf_age":false,"kcf_fund":false,"kcf_contribution":false,"kcf_balance":false,"an_notes":false,"cr_name":false,"cr_campus":false,"cr_room":false,"cr_phone":false}}