2366 lines
67 KiB
JSON
2366 lines
67 KiB
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "c2w3wcw04fjyio9un4f",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"data": {
|
|
"label": "Request",
|
|
"request_schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"application": {
|
|
"type": "object",
|
|
"properties": {
|
|
"application_key": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"partition1": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"last_changed_timestamp": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"etl_timestamp": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"application_op": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_date": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date"
|
|
},
|
|
"application_timestamp": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"application_updated_timestamp": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"application_leadid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_price_purchased": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
]
|
|
},
|
|
"application_portfolio": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_portfolio_abbreviation": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_source": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_sub_source": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_mpromo": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_source_name": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_is_internal": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"application_is_react": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"application_is_refi": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"application_is_organic": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"application_ingestion_date": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_is_current": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_ssn": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_first_name": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_last_name": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_address1": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_address2": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_city": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_state": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_postal_code": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_date_of_birth": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date"
|
|
},
|
|
"application_email_address": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_home_phone": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_cell_phone": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_work_phone": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_monthly_household_income": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
]
|
|
},
|
|
"application_bank_account_number": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_bank_routing_number": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_bank_name": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_debit_card_number": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_transporterselectionlogid": {
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"application_product_type": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_original_loan_request_amount": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
]
|
|
},
|
|
"application_validation_pipeline_id": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_is_accepted": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"application_is_rejected": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"application_is_purchased": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"application_acctrefno": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_marketing_response_mechanism": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_customer_type": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"hashdiff": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_rejected_log_message": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_rejected_stage_log_message": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_rejected_stage_log_rule": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_rejected_stage_log_method": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_rejected_stage_log_code": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_channel": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_rejected_stage_log_name": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_rejected_reason": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"application_product_offering": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
}
|
|
},
|
|
"required": []
|
|
},
|
|
"uprovaApplication": {
|
|
"type": "object",
|
|
"properties": {
|
|
"op": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"ingestion_date": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"idnumber": {
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"leadid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"userid": {
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"tenantid": {
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"firstname": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"lastname": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"emailaddress": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"password": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"loanamount": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
]
|
|
},
|
|
"reasonforborrowing": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"creditscore": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"military": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"homephone": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"cellphone": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"cellissameashome": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"textmessageconsent": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"dateofbirth": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"address": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"address2": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"city": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"state": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"zip": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"ownhome": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"monthsatresidence": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
]
|
|
},
|
|
"ssn": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"dlnumber": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"dlstate": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"educationlevel": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"employmentstatus": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"lengthatjob": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
]
|
|
},
|
|
"employername": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"employerphone": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"annualincome": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
]
|
|
},
|
|
"payfrequency": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"nextpaydate": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"secondpaydate": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"howareyoupaid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"bankroutingnumber": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"bankaccountnumber": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"ipaddress": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"promocode": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"termsofuse": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"triballaws": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"shareappinfo": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"signatureip": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"signaturedatetime": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"modifieddatetime": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"createddatetime": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"lengthatbank": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"bankname": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"dayvalue": {
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"smnextpaydate": {
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"smsecondpaydate": {
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"submitted": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"industry": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"occupation": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"redirecturl": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"leadrevenue": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
]
|
|
},
|
|
"customertype": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"hubspottransmitted": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"hubspotformid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"eventname": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"lifecyclestage": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"hubspoteventtransmitted": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"hubspotid": {
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"isshortform": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"isdataencrypted": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
]
|
|
},
|
|
"is_current": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"transact_id": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"timestamp": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"stream_position": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"commit_timestamp": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"user": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
}
|
|
},
|
|
"required": []
|
|
},
|
|
"ThreatMetrixResponse": {
|
|
"type": "object",
|
|
"properties": {
|
|
"Id": {
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"UprovaLoanApplicationId": {
|
|
"type": [
|
|
"integer",
|
|
"null"
|
|
]
|
|
},
|
|
"AccountFirstName": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"AccountLastName": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"AccountAddressStreet1": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"AccountAddressStreet2": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"AccountAddressCity": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"AccountAddressState": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"AccountAddressZip": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"NationalIdType": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"NationalIdNumber": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"AccountTelephone": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"AccountDateOfBirth": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date"
|
|
},
|
|
"accountemail": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"eventtype": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"SessionId": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"Policy": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"ServiceType": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"inputipaddress": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"OutputFormat": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"EventDateTime": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
},
|
|
"RequestResult": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"ReviewStatus": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"UnknownSession": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"digitalidconfidence": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"SummaryReasonCode": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"ReasonCode": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"deviceid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"fuzzydeviceid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"trueip": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"trueipgeo": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"InputIpGeo": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"ProxyIp": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"ProxyIpGeo": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"dnsip": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"DnsIpGeo": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"requestid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"DigitalId": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"DigitalIdTrustScoreSummaryReasonCode": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"tmxsummaryreasoncode": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"TmxRiskRating": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"riskrating": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"ErrorDetail": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"blob": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"CreatedDateTime": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date-time"
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"type": "requestNode",
|
|
"positionAbsolute": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"width": 260,
|
|
"height": 36
|
|
},
|
|
{
|
|
"id": "c2xjc7k07ahdxoi7ad7",
|
|
"position": {
|
|
"x": -136.5,
|
|
"y": 150
|
|
},
|
|
"data": {
|
|
"label": "+",
|
|
"nodeConfig": {
|
|
"activityConfig": {
|
|
"retryPolicy": {
|
|
"maximumAttempts": 1,
|
|
"initialInterval": 1000,
|
|
"backoffCoefficient": 2,
|
|
"maximumInterval": 100000
|
|
},
|
|
"timeouts": {
|
|
"startToCloseTimeout": 10000,
|
|
"scheduleToStartTimeout": 10000,
|
|
"scheduleToCloseTimeout": 10000,
|
|
"heartbeatTimeout": 86
|
|
},
|
|
"taskQueue": {
|
|
"taskQueueName": ""
|
|
},
|
|
"advancedSettings": {
|
|
"cancellationType": "TRY_CANCEL",
|
|
"heartbeatEnabled": false
|
|
}
|
|
},
|
|
"blockName": "m-1-v-1",
|
|
"commitId": "d0f4d225ee2b20f688cf3061902c7f6f34339a36",
|
|
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
|
|
"schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"application_key": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Unique identifier for the application.",
|
|
"source": "$root.application.application_key"
|
|
},
|
|
"application_timestamp": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Timestamp when the application was submitted in UTC.",
|
|
"source": "$root.application.application_timestamp"
|
|
},
|
|
"application_ssn": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Social Security Number of the applicant.",
|
|
"source": "$root.application.application_ssn"
|
|
},
|
|
"application_email_address": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Email address of the applicant.",
|
|
"source": "$root.application.application_email_address"
|
|
},
|
|
"application_bank_account_number": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Bank account number of the applicant.",
|
|
"source": "$root.application.application_bank_account_number"
|
|
},
|
|
"application_is_rejected": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
],
|
|
"description": "Indicates whether the application was rejected.",
|
|
"source": "$root.application.application_is_rejected"
|
|
},
|
|
"application_date_of_birth": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Date of birth of the applicant.",
|
|
"source": "$root.application.application_date_of_birth"
|
|
},
|
|
"EventType": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Type of event associated with the application.",
|
|
"source": "$root.ThreatMetrixResponse.eventtype"
|
|
},
|
|
"RiskRating": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Risk rating assigned to the application.",
|
|
"source": "$root.ThreatMetrixResponse.riskrating"
|
|
},
|
|
"TmxSummaryReasonCode": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Reason code summary from third-party risk assessment.",
|
|
"source": "$root.ThreatMetrixResponse.tmxsummaryreasoncode"
|
|
},
|
|
"DigitalIdConfidence": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Confidence score for the digital identity of the applicant.",
|
|
"source": "$root.ThreatMetrixResponse.digitalidconfidence"
|
|
},
|
|
"TrueIpGeo": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Geolocation information of the true IP address used in the application.",
|
|
"source": "$root.ThreatMetrixResponse.trueipgeo"
|
|
},
|
|
"Blob": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Raw data blob containing additional information related to the application.",
|
|
"source": "$root.ThreatMetrixResponse.blob"
|
|
},
|
|
"DeviceId": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Unique identifier for the device used to submit the application.",
|
|
"source": "$root.ThreatMetrixResponse.deviceid"
|
|
},
|
|
"FuzzyDeviceId": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Hashed or partially anonymized identifier for the device.",
|
|
"source": "$root.ThreatMetrixResponse.fuzzydeviceid"
|
|
},
|
|
"ownhome": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
],
|
|
"description": "Indicates whether the applicant owns a home.",
|
|
"source": "$root.uprovaApplication.ownhome"
|
|
},
|
|
"employmentstatus": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Employment status of the applicant.",
|
|
"source": "$root.uprovaApplication.employmentstatus"
|
|
},
|
|
"lengthatjob": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Length of time (in months) the applicant has been at their current job.",
|
|
"source": "$root.uprovaApplication.lengthatjob"
|
|
},
|
|
"payfrequency": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Frequency of pay for the applicant (e.g., weekly, biweekly, monthly).",
|
|
"source": "$root.uprovaApplication.payfrequency"
|
|
},
|
|
"lengthatbank": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Length of time the applicant has been with their bank.",
|
|
"source": "$root.uprovaApplication.lengthatbank"
|
|
},
|
|
"educationlevel": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Highest level of education attained by the applicant.",
|
|
"source": "$root.uprovaApplication.educationlevel"
|
|
},
|
|
"monthsatresidence": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Number of months the applicant has lived at their current residence.",
|
|
"source": "$root.uprovaApplication.monthsatresidence"
|
|
},
|
|
"state": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "State of the current residence.",
|
|
"source": "$root.uprovaApplication.state"
|
|
},
|
|
"zip": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Zip of the current residence.",
|
|
"source": "$root.uprovaApplication.zip"
|
|
},
|
|
"ReasonCode": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Reason code from ThreatMetrix.",
|
|
"source": "$root.ThreatMetrixResponse.ReasonCode"
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"outputSchema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"application_key": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Application Key"
|
|
},
|
|
"application_timestamp": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Application Timestamp"
|
|
},
|
|
"deviceid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Deviceid"
|
|
},
|
|
"fuzzydeviceid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Fuzzy Deviceid"
|
|
},
|
|
"application_email_address": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Application Email Address"
|
|
},
|
|
"hd_score_m1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score M1"
|
|
},
|
|
"action": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Recommended Action."
|
|
},
|
|
"hd_score_m2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score M2"
|
|
},
|
|
"hd_score_iso_m2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score M2 Scaled"
|
|
},
|
|
"digital_id_first_seen": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Digital ID first seen timestamp"
|
|
},
|
|
"summary_risk_score": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Summary risk score"
|
|
},
|
|
"cpu_clock": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "CPU clock value from device profiling"
|
|
},
|
|
"account_login_first_seen": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Account login first seen timestamp"
|
|
},
|
|
"account_telephone_first_seen": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Account telephone first seen timestamp"
|
|
},
|
|
"true_ip_first_seen": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "True IP first seen timestamp"
|
|
},
|
|
"ssn_hash_first_seen": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "SSN hash first seen timestamp"
|
|
},
|
|
"account_email_attributes": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Account email attributes"
|
|
},
|
|
"tps_ip_latitude": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "TPS IP latitude"
|
|
},
|
|
"tps_ip_longitude": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "TPS IP longitude"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"type": "transformerNode",
|
|
"positionAbsolute": {
|
|
"x": -136.5,
|
|
"y": 150
|
|
},
|
|
"width": 260,
|
|
"height": 79
|
|
},
|
|
{
|
|
"id": "m7z59ak9fdqj9boecrw",
|
|
"position": {
|
|
"x": 136.5,
|
|
"y": 150
|
|
},
|
|
"data": {
|
|
"label": "+",
|
|
"nodeConfig": {
|
|
"blockName": "db-push-v-1",
|
|
"commitId": "8c80e94871b27d3f9353513ae77fa7a1e9b5adc0",
|
|
"activityConfig": {
|
|
"retryPolicy": {
|
|
"maximumAttempts": 1,
|
|
"initialInterval": 1000,
|
|
"backoffCoefficient": 2,
|
|
"maximumInterval": 100000
|
|
},
|
|
"timeouts": {
|
|
"startToCloseTimeout": 10000,
|
|
"scheduleToStartTimeout": 10000,
|
|
"scheduleToCloseTimeout": 10000,
|
|
"heartbeatTimeout": 86
|
|
},
|
|
"taskQueue": {
|
|
"taskQueueName": ""
|
|
},
|
|
"advancedSettings": {
|
|
"cancellationType": "TRY_CANCEL",
|
|
"heartbeatEnabled": false
|
|
}
|
|
},
|
|
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-data-enricher-db-lookup.git",
|
|
"schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"type": "object",
|
|
"properties": {
|
|
"application_key": {
|
|
"type": "string",
|
|
"source": "$root.application.application_key"
|
|
},
|
|
"application_timestamp": {
|
|
"type": "string",
|
|
"format": "date-time",
|
|
"source": "$root.application.application_timestamp"
|
|
},
|
|
"application_ssn": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"source": "$root.application.application_ssn"
|
|
},
|
|
"application_email_address": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "email",
|
|
"source": "$root.application.application_email_address"
|
|
},
|
|
"application_bank_account_number": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"source": "$root.application.application_bank_account_number"
|
|
},
|
|
"application_is_rejected": {
|
|
"type": [
|
|
"boolean",
|
|
"null"
|
|
],
|
|
"default": false,
|
|
"source": "$root.application.application_is_rejected"
|
|
},
|
|
"application_date_of_birth": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"format": "date",
|
|
"source": "$root.application.application_date_of_birth"
|
|
},
|
|
"application_customer_type": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"source": "$root.application.application_customer_type"
|
|
}
|
|
},
|
|
"required": [
|
|
"application_key",
|
|
"application_timestamp"
|
|
]
|
|
}
|
|
},
|
|
"outputSchema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"type": "object",
|
|
"properties": {
|
|
"result": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"error": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"type": "dataEnricherDbLookupNode",
|
|
"positionAbsolute": {
|
|
"x": 136.5,
|
|
"y": 150
|
|
},
|
|
"width": 260,
|
|
"height": 79
|
|
},
|
|
{
|
|
"id": "m7z58okgowrz9v382ph",
|
|
"position": {
|
|
"x": -136.5,
|
|
"y": 300
|
|
},
|
|
"data": {
|
|
"label": "+",
|
|
"nodeConfig": {
|
|
"blockName": "mlg-lookup-v-1",
|
|
"commitId": "2e162d981325918d87f959f04e45eb2395b154b4",
|
|
"activityConfig": {
|
|
"retryPolicy": {
|
|
"maximumAttempts": 1,
|
|
"initialInterval": 1000,
|
|
"backoffCoefficient": 2,
|
|
"maximumInterval": 100000
|
|
},
|
|
"timeouts": {
|
|
"startToCloseTimeout": 10000,
|
|
"scheduleToStartTimeout": 10000,
|
|
"scheduleToCloseTimeout": 10000,
|
|
"heartbeatTimeout": 86
|
|
},
|
|
"taskQueue": {
|
|
"taskQueueName": ""
|
|
},
|
|
"advancedSettings": {
|
|
"cancellationType": "TRY_CANCEL",
|
|
"heartbeatEnabled": false
|
|
}
|
|
},
|
|
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
|
|
"schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"application_key": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Unique identifier for the application.",
|
|
"source": "$c2xjc7k07ahdxoi7ad7.application_key"
|
|
},
|
|
"application_timestamp": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Timestamp of the application.",
|
|
"source": "$c2xjc7k07ahdxoi7ad7.application_timestamp"
|
|
},
|
|
"deviceid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Unique identifier for the device used in the application.",
|
|
"source": "$c2xjc7k07ahdxoi7ad7.deviceid"
|
|
},
|
|
"fuzzydeviceid": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Anonymized or hashed identifier for the device.",
|
|
"source": "$c2xjc7k07ahdxoi7ad7.fuzzydeviceid"
|
|
},
|
|
"application_email_address": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Email address associated with the application.",
|
|
"source": "$c2xjc7k07ahdxoi7ad7.application_email_address"
|
|
},
|
|
"hd_score_m1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Score M1 value associated with the application.",
|
|
"source": "$c2xjc7k07ahdxoi7ad7.hd_score_m1"
|
|
},
|
|
"hd_score_iso_m2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Score M2 Isotonic value associated with the application.",
|
|
"source": "$c2xjc7k07ahdxoi7ad7.hd_score_iso_m2"
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"outputSchema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"application_key": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Unique identifier for the application."
|
|
},
|
|
"hd_score_m1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD fraud score M1."
|
|
},
|
|
"connected_application_keys": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"description": "List of connected application keys associated with this application."
|
|
},
|
|
"hd_score_iso_m2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD fraud score M2."
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"type": "transformerNode",
|
|
"positionAbsolute": {
|
|
"x": -136.5,
|
|
"y": 300
|
|
},
|
|
"width": 260,
|
|
"height": 79,
|
|
"selected": false,
|
|
"dragging": false
|
|
},
|
|
{
|
|
"id": "m7z73hco6kly52iggwr",
|
|
"position": {
|
|
"x": -136.5,
|
|
"y": 450
|
|
},
|
|
"data": {
|
|
"label": "+",
|
|
"nodeConfig": {
|
|
"blockName": "db-lookup-v-1",
|
|
"commitId": "163993593367cde9f6ac7660b1e0ff2cdc0928e3",
|
|
"activityConfig": {
|
|
"retryPolicy": {
|
|
"maximumAttempts": 1,
|
|
"initialInterval": 1000,
|
|
"backoffCoefficient": 2,
|
|
"maximumInterval": 100000
|
|
},
|
|
"timeouts": {
|
|
"startToCloseTimeout": 10000,
|
|
"scheduleToStartTimeout": 10000,
|
|
"scheduleToCloseTimeout": 10000,
|
|
"heartbeatTimeout": 86
|
|
},
|
|
"taskQueue": {
|
|
"taskQueueName": ""
|
|
},
|
|
"advancedSettings": {
|
|
"cancellationType": "TRY_CANCEL",
|
|
"heartbeatEnabled": false
|
|
}
|
|
},
|
|
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-data-enricher-db-lookup.git",
|
|
"schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"application_key": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Unique identifier for the application.",
|
|
"source": "$m7z58okgowrz9v382ph.application_key"
|
|
},
|
|
"hd_score_m1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD fraud score M1.",
|
|
"source": "$m7z58okgowrz9v382ph.hd_score_m1"
|
|
},
|
|
"connected_application_keys": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"description": "List of connected application keys associated with this application.",
|
|
"source": "$m7z58okgowrz9v382ph.connected_application_keys"
|
|
},
|
|
"hd_score_iso_m2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD fraud score M2.",
|
|
"source": "$m7z58okgowrz9v382ph.hd_score_iso_m2"
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"outputSchema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"type": "object",
|
|
"properties": {
|
|
"results": {
|
|
"type": [
|
|
"array",
|
|
"null"
|
|
],
|
|
"items": {
|
|
"type": "object"
|
|
}
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"type": "dataEnricherDbLookupNode",
|
|
"positionAbsolute": {
|
|
"x": -136.5,
|
|
"y": 450
|
|
},
|
|
"width": 260,
|
|
"height": 79
|
|
},
|
|
{
|
|
"id": "m7z73lb30hv7y5sr4fgj",
|
|
"position": {
|
|
"x": -136.5,
|
|
"y": 600
|
|
},
|
|
"data": {
|
|
"label": "+",
|
|
"nodeConfig": {
|
|
"activityConfig": {
|
|
"retryPolicy": {
|
|
"maximumAttempts": 1,
|
|
"initialInterval": 1000,
|
|
"backoffCoefficient": 2,
|
|
"maximumInterval": 100000
|
|
},
|
|
"timeouts": {
|
|
"startToCloseTimeout": 10000,
|
|
"scheduleToStartTimeout": 10000,
|
|
"scheduleToCloseTimeout": 10000,
|
|
"heartbeatTimeout": 86
|
|
},
|
|
"taskQueue": {
|
|
"taskQueueName": ""
|
|
},
|
|
"advancedSettings": {
|
|
"cancellationType": "TRY_CANCEL",
|
|
"heartbeatEnabled": false
|
|
}
|
|
},
|
|
"blockName": "g-1-v-1",
|
|
"commitId": "e58625ad19474448898cfde8479882ef3960fb07",
|
|
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
|
|
"schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"type": "object",
|
|
"properties": {
|
|
"results": {
|
|
"type": [
|
|
"array",
|
|
"null"
|
|
],
|
|
"items": {
|
|
"type": "object"
|
|
},
|
|
"source": "$m7z73hco6kly52iggwr.results"
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"outputSchema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"hd_score_m1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD fraud Score M1"
|
|
},
|
|
"hd_score_g1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD fraud Score G1"
|
|
},
|
|
"cluster_size_users_v2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Size of the user cluster in version 2."
|
|
},
|
|
"target_connected_30_sum": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Sum of target connections within 30 days."
|
|
},
|
|
"email_cnt": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Count of emails associated with the application."
|
|
},
|
|
"rejected_app_count": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Count of rejected applications for the applicant."
|
|
},
|
|
"app_dt_day_cnt": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Number of application days counted."
|
|
},
|
|
"hd_score_iso_m2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD fraud Score M2"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"type": "transformerNode",
|
|
"positionAbsolute": {
|
|
"x": -136.5,
|
|
"y": 600
|
|
},
|
|
"width": 260,
|
|
"height": 79
|
|
},
|
|
{
|
|
"id": "m7z73o87e7te6y851u",
|
|
"position": {
|
|
"x": -136.5,
|
|
"y": 750
|
|
},
|
|
"data": {
|
|
"label": "+",
|
|
"nodeConfig": {
|
|
"activityConfig": {
|
|
"retryPolicy": {
|
|
"maximumAttempts": 1,
|
|
"initialInterval": 1000,
|
|
"backoffCoefficient": 2,
|
|
"maximumInterval": 100000
|
|
},
|
|
"timeouts": {
|
|
"startToCloseTimeout": 10000,
|
|
"scheduleToStartTimeout": 10000,
|
|
"scheduleToCloseTimeout": 10000,
|
|
"heartbeatTimeout": 86
|
|
},
|
|
"taskQueue": {
|
|
"taskQueueName": ""
|
|
},
|
|
"advancedSettings": {
|
|
"cancellationType": "TRY_CANCEL",
|
|
"heartbeatEnabled": false
|
|
}
|
|
},
|
|
"blockName": "s-1-v-1",
|
|
"commitId": "2cf9a2e5f96f5db9a6ab51c1d4bf5bf3312d9f50",
|
|
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
|
|
"schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"hd_score_m1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD fraud Score M1",
|
|
"source": "$m7z73lb30hv7y5sr4fgj.hd_score_m1"
|
|
},
|
|
"hd_score_g1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score G1",
|
|
"source": "$m7z73lb30hv7y5sr4fgj.hd_score_g1"
|
|
},
|
|
"cluster_size_users_v2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Size of the user cluster in version 2.",
|
|
"source": "$m7z73lb30hv7y5sr4fgj.cluster_size_users_v2"
|
|
},
|
|
"target_connected_30_sum": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Sum of target connections within 30 days.",
|
|
"source": "$m7z73lb30hv7y5sr4fgj.target_connected_30_sum"
|
|
},
|
|
"email_cnt": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Count of emails associated with the application.",
|
|
"source": "$m7z73lb30hv7y5sr4fgj.email_cnt"
|
|
},
|
|
"rejected_app_count": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Count of rejected applications for the applicant.",
|
|
"source": "$m7z73lb30hv7y5sr4fgj.rejected_app_count"
|
|
},
|
|
"app_dt_day_cnt": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "Number of application days counted.",
|
|
"source": "$m7z73lb30hv7y5sr4fgj.app_dt_day_cnt"
|
|
},
|
|
"hd_score_iso_m2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD fraud Score M2",
|
|
"source": "$m7z73lb30hv7y5sr4fgj.hd_score_iso_m2"
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"outputSchema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"hd_score_m1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score M1"
|
|
},
|
|
"hd_score_g1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score G1"
|
|
},
|
|
"hd_score_s1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score S1"
|
|
},
|
|
"hd_score_s2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score S2"
|
|
},
|
|
"hd_score_s3": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score S3"
|
|
},
|
|
"hd_score_iso_m2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score M2"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"type": "transformerNode",
|
|
"positionAbsolute": {
|
|
"x": -136.5,
|
|
"y": 750
|
|
},
|
|
"width": 260,
|
|
"height": 79
|
|
},
|
|
{
|
|
"id": "m7z73q8jqbr3j376bwp",
|
|
"position": {
|
|
"x": -136.5,
|
|
"y": 900
|
|
},
|
|
"data": {
|
|
"label": "+",
|
|
"nodeConfig": {
|
|
"activityConfig": {
|
|
"retryPolicy": {
|
|
"maximumAttempts": 1,
|
|
"initialInterval": 1000,
|
|
"backoffCoefficient": 2,
|
|
"maximumInterval": 100000
|
|
},
|
|
"timeouts": {
|
|
"startToCloseTimeout": 10000,
|
|
"scheduleToStartTimeout": 10000,
|
|
"scheduleToCloseTimeout": 10000,
|
|
"heartbeatTimeout": 86
|
|
},
|
|
"taskQueue": {
|
|
"taskQueueName": ""
|
|
},
|
|
"advancedSettings": {
|
|
"cancellationType": "TRY_CANCEL",
|
|
"heartbeatEnabled": false
|
|
}
|
|
},
|
|
"blockName": "score-v-1",
|
|
"commitId": "20b2f4afdbb01bfa771fbf0a41446504da07bd9f",
|
|
"repo_url": "http://centurion-version-control.default.svc.cluster.local:3000/Centurion/blocks-transformer.git",
|
|
"schema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"hd_score_m1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score M1",
|
|
"source": "$m7z73o87e7te6y851u.hd_score_m1"
|
|
},
|
|
"hd_score_g1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score G1",
|
|
"source": "$m7z73o87e7te6y851u.hd_score_g1"
|
|
},
|
|
"hd_score_s1": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score S1",
|
|
"source": "$m7z73o87e7te6y851u.hd_score_s1"
|
|
},
|
|
"hd_score_s2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score S2",
|
|
"source": "$m7z73o87e7te6y851u.hd_score_s2"
|
|
},
|
|
"hd_score_s3": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score S3",
|
|
"source": "$m7z73o87e7te6y851u.hd_score_s3"
|
|
},
|
|
"hd_score_iso_m2": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD Fraud Score M2",
|
|
"source": "$m7z73o87e7te6y851u.hd_score_iso_m2"
|
|
}
|
|
},
|
|
"required": []
|
|
}
|
|
},
|
|
"outputSchema": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"properties": {
|
|
"hd_score": {
|
|
"type": [
|
|
"number",
|
|
"null"
|
|
],
|
|
"description": "HD fraud Score"
|
|
},
|
|
"recommended_action": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Recommended Action"
|
|
},
|
|
"description": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "Description of Recommended Action"
|
|
},
|
|
"hd_action_reasoncode": {
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
],
|
|
"description": "HD Action Reasoncode"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"type": "transformerNode",
|
|
"positionAbsolute": {
|
|
"x": -136.5,
|
|
"y": 900
|
|
},
|
|
"width": 260,
|
|
"height": 79
|
|
}
|
|
],
|
|
"edges": [
|
|
{
|
|
"id": "c2w3wcw04fjyio9un4f=>c2xjc7k07ahdxoi7ad7",
|
|
"source": "c2w3wcw04fjyio9un4f",
|
|
"target": "c2xjc7k07ahdxoi7ad7",
|
|
"type": "workflow",
|
|
"selected": false
|
|
},
|
|
{
|
|
"id": "c2xjc7k07ahdxoi7ad7=>m7z58okgowrz9v382ph",
|
|
"source": "c2xjc7k07ahdxoi7ad7",
|
|
"target": "m7z58okgowrz9v382ph",
|
|
"type": "workflow"
|
|
},
|
|
{
|
|
"id": "c2w3wcw04fjyio9un4f=>m7z59ak9fdqj9boecrw",
|
|
"source": "c2w3wcw04fjyio9un4f",
|
|
"target": "m7z59ak9fdqj9boecrw",
|
|
"type": "workflow"
|
|
},
|
|
{
|
|
"id": "m7z58okgowrz9v382ph=>m7z73hco6kly52iggwr",
|
|
"source": "m7z58okgowrz9v382ph",
|
|
"target": "m7z73hco6kly52iggwr",
|
|
"type": "workflow"
|
|
},
|
|
{
|
|
"id": "m7z73hco6kly52iggwr=>m7z73lb30hv7y5sr4fgj",
|
|
"source": "m7z73hco6kly52iggwr",
|
|
"target": "m7z73lb30hv7y5sr4fgj",
|
|
"type": "workflow"
|
|
},
|
|
{
|
|
"id": "m7z73lb30hv7y5sr4fgj=>m7z73o87e7te6y851u",
|
|
"source": "m7z73lb30hv7y5sr4fgj",
|
|
"target": "m7z73o87e7te6y851u",
|
|
"type": "workflow"
|
|
},
|
|
{
|
|
"id": "m7z73o87e7te6y851u=>m7z73q8jqbr3j376bwp",
|
|
"source": "m7z73o87e7te6y851u",
|
|
"target": "m7z73q8jqbr3j376bwp",
|
|
"type": "workflow"
|
|
}
|
|
]
|
|
} |