Mappers

AccountDemographicMapper

class q2_cores.Symitar.mappers.account_demographic.AccountDemographicMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

list

class q2_cores.Symitar.mappers.account_demographic.AccountDemographicUpdateMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

dict

AssessSkipFeeMapper

class q2_cores.Symitar.mappers.assess_skip_fee.AssessSkipFeeMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

bool

BaseMapper

class q2_cores.Symitar.mappers.base_mapper.SymitarBaseMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

SymConnectMessage

async execute()[source]
Return type:

SymConnectMessage

  • Calls .execute on all queries in self.list_of_queries

  • Calls .parse_returned_queries on the results

class q2_cores.Symitar.mappers.base_mapper.SymXchangeBaseMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

SymXchangeMessage

async execute()[source]
Return type:

SymXchangeMessage

  • Calls .execute on all queries in self.list_of_queries

  • Calls .parse_returned_queries on the results

DemographicInfoMapper

class q2_cores.Symitar.mappers.demographic_info.DemographicInfoMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseDemographicInfoMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

DemographicInfo

GetCardsMapper

class q2_cores.Symitar.mappers.get_cards.GetCardsMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseCardListMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

List[Card]

GetAllCardsMapper

class q2_cores.Symitar.mappers.get_all_cards.GetAllCardsMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseCardListMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

List[Card]

GetEstatementInfoMapper

class q2_cores.Symitar.mappers.get_estatement_info.EstatementEnrollmentInfoMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

dict

class q2_cores.Symitar.mappers.get_estatement_info.EstatementUpdateMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

dict

GetLoansMapper

class q2_cores.Symitar.mappers.get_loans.GetEligibleSkipLoansMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

dict

GetSharesMapper

class q2_cores.Symitar.mappers.get_shares.GetSharesMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

dict

OpenAccountMapper

class q2_cores.Symitar.mappers.open_account.OpenAccountMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

dict

class q2_cores.Symitar.mappers.open_account.GetSubAccountDetailsMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

SymitarSubAccountDetails

class q2_cores.Symitar.mappers.open_account.GetSubAccountMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

List[dict]

SkipLoanMapper

class q2_cores.Symitar.mappers.skip_loan.SkipLoanMapper(list_of_queries, hq_credentials=None, zone_context=None)[source]

Bases: BaseMapper

static parse_returned_queries(list_of_queries)[source]

After all queries in list_of_queries have been run, this parses the results into a standardized response type.

Return type:

dict