{
"id": "string",
"uid": "string",
"portfolioId": "string",
"sender": "string",
"subject": "string",
"extractedContent": "string",
"processed": true,
"createdAt": "string",
"updatedAt": "string",
"expiresAt": "string",
"newTrades": [
[
"string"
]
],
"existingTrades": [
[
"string"
]
],
"failedBrokerTransactionIds": [
[
"string"
]
],
"extractedTrades": [
{
"brokerTransactionId": "string",
"ticker": "string",
"type": "IPO",
"quantity": 0,
"price": 0,
"tradeDate": "string",
"outcome": "ADDED",
"tradeId": "string"
}
],
"extractionError": "string",
"processingAttempts": 0
}