> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UnderwritingApplicationProcessingActivityOutput

> Processing activity details for an underwriting application, including sales volumes, delivery timeframes, and calculated exposure.

`OBJECT`

Processing activity details for an underwriting application, including sales volumes, delivery timeframes, and calculated exposure.

## Fields

<ResponseField name="advancedPaymentRate" type="Percentage">
  The advanced payment rate for underwriting applications.
</ResponseField>

<ResponseField name="deliveryTimeframe" type="Int">
  The timeframe for delivery in days.
</ResponseField>

<ResponseField name="exposure" type="DecimalAmount">
  The calculated potential exposure for the underwriting application.
</ResponseField>

<ResponseField name="averageAnnualSalesAmount" type="Decimal">
  The average annual sales amount, in the specified currency.
</ResponseField>

<ResponseField name="averageMonthlySalesAmount" type="Decimal">
  The average gross sales amount, in the specified currency.
</ResponseField>

<ResponseField name="averageTicketAmount" type="Decimal">
  The average amount of a transaction, in the specified currency.
</ResponseField>

<ResponseField name="cardNotPresentMix" type="Percentage">
  The approximate mix of card-not-present (CNP) transactions. Formatted as a decimal., e.g., If CNP
  transactions make up 80% of total volume, input as 0.8.
</ResponseField>

<ResponseField name="cardPresentMix" type="Percentage">
  The approximate mix of card present (CP) transactions. Formatted as a decimal., e.g., If CP
  transactions make up 20% of total volume, input as 0.2.
</ResponseField>

<ResponseField name="chargebackRate" type="Percentage">
  The approximate rate of chargebacks. Formatted as a decimal, e.g., If the chargeback rate is
  0.25%, input as 0.0025.
</ResponseField>

<ResponseField name="currency" type="CurrencyCodeAlpha">
  The currency specified on the transaction requests, in ISO 4217 alpha currency code format.
</ResponseField>

<ResponseField name="daysInCycle" type="Int">
  The number of days in the processing cycle.
</ResponseField>

<ResponseField name="highestTicketAmount" type="Decimal">
  The highest amount of a transaction, in the specified currency.
</ResponseField>

<ResponseField name="refundRate" type="Percentage">
  The approximate rate of refunds. Formatted as a decimal, e.g., If the refund rate is 10% of sales,
  input as 0.1
</ResponseField>
