Form NPORT-P Data API

Monthly Portfolio Holdings Report for Funds

All Form NPORT-P filings since first filed in 2019
Updated every few seconds
Up to 7,000 new records per month

The Form NPORT-P Data API endpoint provides developers with a straightforward way to query and access data from SEC Form NPORT-P filings. This endpoint allows you to search for filings using any Form NPORT-P data point, such as the filing fund's CIK, the total assets of the fund, or the presence of a specific holding, and returns structured JSON data for easy integration into your application.

API Endpoint

https://api.fincoded.com/v1/form-nport-p

Supported HTTP methods: GET
Response content type: JSON

Use the API key on your user dashboard to authenticate your requests, using the key=[YOUR_API_KEY] query parameter:

https://api.fincoded.com/v1/form-nport-p?key=[YOUR_API_KEY]

Request Parameters

You can query the endpoint by any Form NPORT-P property; see the Response Data Model below for a full list of available properties.

Request Parameters
Standard query parameters, all optional. See the API introduction for more details.
  • property[operator]value: Filter the data based on various data model properties, operators (=, <=, >=, !=, <, >) and values.
  • page: The page number for the set of results you want to retrieve.
  • count: The number of results per page.
  • sortBy: The field you want to sort the results by, in full dotted JSON path syntax.
  • sortOrder: The order you want to sort the results, asc for ascending and desc for descending order.
  • subdocuments: When set to true, for endpoints that contain subdocuments for each result (eg informationTable holdings in 13F data), limit these subdocuments to those that match the subdocument filter conditions.
Request Examples

Find Form NPORT-P data filed by Blackstone Alternative Multi-Strategy Fund (Series ID S000045538).

https://api.fincoded.com/v1/form-nport-p?filerInformation.seriesClassInformation.seriesId=S000045538

Find Form NPORT-P data filed by a fund with total assets of less than $100,000,000 and with an investment identified by CUSIP 037833100 (Apple Inc).

https://api.fincoded.com/v1/form-nport-p?fundInformation.totalAssets<100000000&investmentsOrSecurities.identification.cusip=037833100

Response Data Model

Response type: JSON

The data model for each returned item closely resembles the XML of the original filing, converted to JSON syntax. An additional seriesMetadata property contains the SGML Class and Contract data from the SEC filing header metadata that isn't part of the XML. And a second additional a sourceReference property contains metadata about the original filing, including the date and CIK(s) of the filing company.

Property Type Enum Values Path
sourceReference object sourceReference
source string
filing
sourceReference.source
filename string sourceReference.filename
url string sourceReference.url
date date sourceReference.date
ciks string[] sourceReference.ciks
schemaVersion string schemaVersion
submissionType string
NPORT-P
NPORT-P/A
submissionType
accessionNumber string accessionNumber
seriesMetadata object[] seriesMetadata
ownerCik string seriesMetadata.ownerCik
seriesId string seriesMetadata.seriesId
seriesName string seriesMetadata.seriesName
classContract object[] seriesMetadata.classContract
classId string seriesMetadata.classContract.classId
className string seriesMetadata.classContract.className
classTicker string seriesMetadata.classContract.classTicker
filerInformation object filerInformation
filer object filerInformation.filer
cik string filerInformation.filer.cik
fileNumber string filerInformation.filer.fileNumber
contact object filerInformation.contact
name string filerInformation.contact.name
phoneNumber string filerInformation.contact.phoneNumber
email string filerInformation.contact.email
notificationEmails string[] filerInformation.notificationEmails
seriesClassInformation object filerInformation.seriesClassInformation
seriesId string filerInformation.seriesClassInformation.seriesId
classIds string[] filerInformation.seriesClassInformation.classIds
flags object filerInformation.flags
isConfirmingCopy boolean filerInformation.flags.isConfirmingCopy
wantReturnCopy boolean filerInformation.flags.wantReturnCopy
overrideInternet boolean filerInformation.flags.overrideInternet
investmentCompanyType string filerInformation.investmentCompanyType
generalInformation object generalInformation
registrant object generalInformation.registrant
name string generalInformation.registrant.name
fileNumber string generalInformation.registrant.fileNumber
cik string generalInformation.registrant.cik
lei string generalInformation.registrant.lei
address object generalInformation.registrant.address
street1 string generalInformation.registrant.address.street1
street2 string generalInformation.registrant.address.street2
city string generalInformation.registrant.address.city
country object generalInformation.registrant.address.country
kind string
us
foreign
generalInformation.registrant.address.country.kind
state string generalInformation.registrant.address.country.state
country string generalInformation.registrant.address.country.country
zipOrPostalCode string generalInformation.registrant.address.zipOrPostalCode
phoneNumber string generalInformation.registrant.phoneNumber
series object generalInformation.series
name string generalInformation.series.name
id string generalInformation.series.id
lei string generalInformation.series.lei
reportingPeriod object generalInformation.reportingPeriod
end date generalInformation.reportingPeriod.end
date date generalInformation.reportingPeriod.date
isFinalFiling boolean generalInformation.isFinalFiling
fundInformation object fundInformation
totalAssets number fundInformation.totalAssets
totalLiabilities number fundInformation.totalLiabilities
netAssets number fundInformation.netAssets
miscSecuritiesAssets number fundInformation.miscSecuritiesAssets
investedAssets number fundInformation.investedAssets
amountsPayableWithinOneYear object fundInformation.amountsPayableWithinOneYear
borrowings number fundInformation.amountsPayableWithinOneYear.borrowings
controlledCompanies number fundInformation.amountsPayableWithinOneYear.controlledCompanies
otherAffiliates number fundInformation.amountsPayableWithinOneYear.otherAffiliates
other number fundInformation.amountsPayableWithinOneYear.other
amountsPayableAfterOneYear object fundInformation.amountsPayableAfterOneYear
borrowings number fundInformation.amountsPayableAfterOneYear.borrowings
controlledCompanies number fundInformation.amountsPayableAfterOneYear.controlledCompanies
otherAffiliates number fundInformation.amountsPayableAfterOneYear.otherAffiliates
other number fundInformation.amountsPayableAfterOneYear.other
firmCommitment number fundInformation.firmCommitment
standbyCommitment number fundInformation.standbyCommitment
liquidationPreference number fundInformation.liquidationPreference
cashAndEquivalentsNotReported number fundInformation.cashAndEquivalentsNotReported
portfolioLevelRisk object fundInformation.portfolioLevelRisk
currencyMetrics object[] fundInformation.portfolioLevelRisk.currencyMetrics
currencyCode string fundInformation.portfolioLevelRisk.currencyMetrics.currencyCode
interestRateRiskDV01 object fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV01
threeMonth number fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV01.threeMonth
oneYear number fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV01.oneYear
fiveYear number fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV01.fiveYear
tenYear number fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV01.tenYear
thirtyYear number fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV01.thirtyYear
interestRateRiskDV100 object fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV100
threeMonth number fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV100.threeMonth
oneYear number fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV100.oneYear
fiveYear number fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV100.fiveYear
tenYear number fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV100.tenYear
thirtyYear number fundInformation.portfolioLevelRisk.currencyMetrics.interestRateRiskDV100.thirtyYear
creditSpreadRiskInvestmentGrade object fundInformation.portfolioLevelRisk.creditSpreadRiskInvestmentGrade
threeMonth number fundInformation.portfolioLevelRisk.creditSpreadRiskInvestmentGrade.threeMonth
oneYear number fundInformation.portfolioLevelRisk.creditSpreadRiskInvestmentGrade.oneYear
fiveYear number fundInformation.portfolioLevelRisk.creditSpreadRiskInvestmentGrade.fiveYear
tenYear number fundInformation.portfolioLevelRisk.creditSpreadRiskInvestmentGrade.tenYear
thirtyYear number fundInformation.portfolioLevelRisk.creditSpreadRiskInvestmentGrade.thirtyYear
creditSpreadRiskNonInvestmentGrade object fundInformation.portfolioLevelRisk.creditSpreadRiskNonInvestmentGrade
threeMonth number fundInformation.portfolioLevelRisk.creditSpreadRiskNonInvestmentGrade.threeMonth
oneYear number fundInformation.portfolioLevelRisk.creditSpreadRiskNonInvestmentGrade.oneYear
fiveYear number fundInformation.portfolioLevelRisk.creditSpreadRiskNonInvestmentGrade.fiveYear
tenYear number fundInformation.portfolioLevelRisk.creditSpreadRiskNonInvestmentGrade.tenYear
thirtyYear number fundInformation.portfolioLevelRisk.creditSpreadRiskNonInvestmentGrade.thirtyYear
borrowers object[] fundInformation.borrowers
name string fundInformation.borrowers.name
lei string fundInformation.borrowers.lei
aggregateValue number fundInformation.borrowers.aggregateValue
cashCollateralInformation object fundInformation.cashCollateralInformation
isNonCashCollateral boolean
false
true
fundInformation.cashCollateralInformation.isNonCashCollateral
aggregateInformationItems object[] fundInformation.cashCollateralInformation.aggregateInformationItems
investmentCategory object fundInformation.cashCollateralInformation.aggregateInformationItems.investmentCategory
kind string
enum
other
fundInformation.cashCollateralInformation.aggregateInformationItems.investmentCategory.kind
value string fundInformation.cashCollateralInformation.aggregateInformationItems.investmentCategory.value
amount number fundInformation.cashCollateralInformation.aggregateInformationItems.amount
collateral number fundInformation.cashCollateralInformation.aggregateInformationItems.collateral
returnInformation object fundInformation.returnInformation
monthlyTotalReturns object[] fundInformation.returnInformation.monthlyTotalReturns
return1 number fundInformation.returnInformation.monthlyTotalReturns.return1
return2 number fundInformation.returnInformation.monthlyTotalReturns.return2
return3 number fundInformation.returnInformation.monthlyTotalReturns.return3
classId string fundInformation.returnInformation.monthlyTotalReturns.classId
monthlyReturnCategories object fundInformation.returnInformation.monthlyReturnCategories
commodityContracts object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts
month1 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.month3.netUnrealizedAppreciation
forwardCategory object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.forwardCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.forwardCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.forwardCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.forwardCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.forwardCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.forwardCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.forwardCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.forwardCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.forwardCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.forwardCategory.month3.netUnrealizedAppreciation
futureCategory object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.futureCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.futureCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.futureCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.futureCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.futureCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.futureCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.futureCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.futureCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.futureCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.futureCategory.month3.netUnrealizedAppreciation
optionCategory object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.optionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.optionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.optionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.optionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.optionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.optionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.optionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.optionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.optionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.optionCategory.month3.netUnrealizedAppreciation
swaptionCategory object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swaptionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swaptionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swaptionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swaptionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swaptionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swaptionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swaptionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swaptionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swaptionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swaptionCategory.month3.netUnrealizedAppreciation
swapCategory object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swapCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swapCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swapCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swapCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swapCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swapCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swapCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swapCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swapCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.swapCategory.month3.netUnrealizedAppreciation
warrantCategory object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.warrantCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.warrantCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.warrantCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.warrantCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.warrantCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.warrantCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.warrantCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.warrantCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.warrantCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.warrantCategory.month3.netUnrealizedAppreciation
otherCategory object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.otherCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.otherCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.otherCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.otherCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.otherCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.otherCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.otherCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.otherCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.otherCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.commodityContracts.otherCategory.month3.netUnrealizedAppreciation
creditContracts object fundInformation.returnInformation.monthlyReturnCategories.creditContracts
month1 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.month3.netUnrealizedAppreciation
forwardCategory object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.forwardCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.forwardCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.forwardCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.forwardCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.forwardCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.forwardCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.forwardCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.forwardCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.forwardCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.forwardCategory.month3.netUnrealizedAppreciation
futureCategory object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.futureCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.futureCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.futureCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.futureCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.futureCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.futureCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.futureCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.futureCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.futureCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.futureCategory.month3.netUnrealizedAppreciation
optionCategory object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.optionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.optionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.optionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.optionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.optionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.optionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.optionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.optionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.optionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.optionCategory.month3.netUnrealizedAppreciation
swaptionCategory object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swaptionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swaptionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swaptionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swaptionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swaptionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swaptionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swaptionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swaptionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swaptionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swaptionCategory.month3.netUnrealizedAppreciation
swapCategory object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swapCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swapCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swapCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swapCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swapCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swapCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swapCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swapCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swapCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.swapCategory.month3.netUnrealizedAppreciation
warrantCategory object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.warrantCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.warrantCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.warrantCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.warrantCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.warrantCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.warrantCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.warrantCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.warrantCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.warrantCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.warrantCategory.month3.netUnrealizedAppreciation
otherCategory object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.otherCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.otherCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.otherCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.otherCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.otherCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.otherCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.otherCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.creditContracts.otherCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.otherCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.creditContracts.otherCategory.month3.netUnrealizedAppreciation
equityContracts object fundInformation.returnInformation.monthlyReturnCategories.equityContracts
month1 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.month3.netUnrealizedAppreciation
forwardCategory object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.forwardCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.forwardCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.forwardCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.forwardCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.forwardCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.forwardCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.forwardCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.forwardCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.forwardCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.forwardCategory.month3.netUnrealizedAppreciation
futureCategory object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.futureCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.futureCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.futureCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.futureCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.futureCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.futureCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.futureCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.futureCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.futureCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.futureCategory.month3.netUnrealizedAppreciation
optionCategory object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.optionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.optionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.optionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.optionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.optionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.optionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.optionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.optionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.optionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.optionCategory.month3.netUnrealizedAppreciation
swaptionCategory object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swaptionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swaptionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swaptionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swaptionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swaptionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swaptionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swaptionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swaptionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swaptionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swaptionCategory.month3.netUnrealizedAppreciation
swapCategory object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swapCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swapCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swapCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swapCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swapCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swapCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swapCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swapCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swapCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.swapCategory.month3.netUnrealizedAppreciation
warrantCategory object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.warrantCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.warrantCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.warrantCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.warrantCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.warrantCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.warrantCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.warrantCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.warrantCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.warrantCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.warrantCategory.month3.netUnrealizedAppreciation
otherCategory object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.otherCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.otherCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.otherCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.otherCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.otherCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.otherCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.otherCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.equityContracts.otherCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.otherCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.equityContracts.otherCategory.month3.netUnrealizedAppreciation
foreignExchangeContracts object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts
month1 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.month3.netUnrealizedAppreciation
forwardCategory object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.forwardCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.forwardCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.forwardCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.forwardCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.forwardCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.forwardCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.forwardCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.forwardCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.forwardCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.forwardCategory.month3.netUnrealizedAppreciation
futureCategory object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.futureCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.futureCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.futureCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.futureCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.futureCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.futureCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.futureCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.futureCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.futureCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.futureCategory.month3.netUnrealizedAppreciation
optionCategory object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.optionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.optionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.optionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.optionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.optionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.optionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.optionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.optionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.optionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.optionCategory.month3.netUnrealizedAppreciation
swaptionCategory object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swaptionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swaptionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swaptionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swaptionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swaptionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swaptionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swaptionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swaptionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swaptionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swaptionCategory.month3.netUnrealizedAppreciation
swapCategory object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swapCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swapCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swapCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swapCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swapCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swapCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swapCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swapCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swapCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.swapCategory.month3.netUnrealizedAppreciation
warrantCategory object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.warrantCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.warrantCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.warrantCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.warrantCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.warrantCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.warrantCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.warrantCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.warrantCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.warrantCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.warrantCategory.month3.netUnrealizedAppreciation
otherCategory object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.otherCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.otherCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.otherCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.otherCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.otherCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.otherCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.otherCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.otherCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.otherCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.foreignExchangeContracts.otherCategory.month3.netUnrealizedAppreciation
interestRateContracts object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts
month1 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.month3.netUnrealizedAppreciation
forwardCategory object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.forwardCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.forwardCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.forwardCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.forwardCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.forwardCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.forwardCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.forwardCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.forwardCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.forwardCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.forwardCategory.month3.netUnrealizedAppreciation
futureCategory object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.futureCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.futureCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.futureCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.futureCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.futureCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.futureCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.futureCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.futureCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.futureCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.futureCategory.month3.netUnrealizedAppreciation
optionCategory object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.optionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.optionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.optionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.optionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.optionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.optionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.optionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.optionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.optionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.optionCategory.month3.netUnrealizedAppreciation
swaptionCategory object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swaptionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swaptionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swaptionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swaptionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swaptionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swaptionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swaptionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swaptionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swaptionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swaptionCategory.month3.netUnrealizedAppreciation
swapCategory object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swapCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swapCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swapCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swapCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swapCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swapCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swapCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swapCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swapCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.swapCategory.month3.netUnrealizedAppreciation
warrantCategory object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.warrantCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.warrantCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.warrantCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.warrantCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.warrantCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.warrantCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.warrantCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.warrantCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.warrantCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.warrantCategory.month3.netUnrealizedAppreciation
otherCategory object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.otherCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.otherCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.otherCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.otherCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.otherCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.otherCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.otherCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.otherCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.otherCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.interestRateContracts.otherCategory.month3.netUnrealizedAppreciation
otherContracts object fundInformation.returnInformation.monthlyReturnCategories.otherContracts
month1 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.month3.netUnrealizedAppreciation
forwardCategory object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.forwardCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.forwardCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.forwardCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.forwardCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.forwardCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.forwardCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.forwardCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.forwardCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.forwardCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.forwardCategory.month3.netUnrealizedAppreciation
futureCategory object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.futureCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.futureCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.futureCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.futureCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.futureCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.futureCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.futureCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.futureCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.futureCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.futureCategory.month3.netUnrealizedAppreciation
optionCategory object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.optionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.optionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.optionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.optionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.optionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.optionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.optionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.optionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.optionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.optionCategory.month3.netUnrealizedAppreciation
swaptionCategory object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swaptionCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swaptionCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swaptionCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swaptionCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swaptionCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swaptionCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swaptionCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swaptionCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swaptionCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swaptionCategory.month3.netUnrealizedAppreciation
swapCategory object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swapCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swapCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swapCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swapCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swapCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swapCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swapCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swapCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swapCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.swapCategory.month3.netUnrealizedAppreciation
warrantCategory object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.warrantCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.warrantCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.warrantCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.warrantCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.warrantCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.warrantCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.warrantCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.warrantCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.warrantCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.warrantCategory.month3.netUnrealizedAppreciation
otherCategory object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.otherCategory
month1 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.otherCategory.month1
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.otherCategory.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.otherCategory.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.otherCategory.month2
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.otherCategory.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.otherCategory.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.monthlyReturnCategories.otherContracts.otherCategory.month3
netRealizedGain number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.otherCategory.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.monthlyReturnCategories.otherContracts.otherCategory.month3.netUnrealizedAppreciation
other object fundInformation.returnInformation.other
month1 object fundInformation.returnInformation.other.month1
netRealizedGain number fundInformation.returnInformation.other.month1.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.other.month1.netUnrealizedAppreciation
month2 object fundInformation.returnInformation.other.month2
netRealizedGain number fundInformation.returnInformation.other.month2.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.other.month2.netUnrealizedAppreciation
month3 object fundInformation.returnInformation.other.month3
netRealizedGain number fundInformation.returnInformation.other.month3.netRealizedGain
netUnrealizedAppreciation number fundInformation.returnInformation.other.month3.netUnrealizedAppreciation
monthlyFlows object fundInformation.monthlyFlows
month1 object fundInformation.monthlyFlows.month1
sales number fundInformation.monthlyFlows.month1.sales
reinvestment number fundInformation.monthlyFlows.month1.reinvestment
redemption number fundInformation.monthlyFlows.month1.redemption
month2 object fundInformation.monthlyFlows.month2
sales number fundInformation.monthlyFlows.month2.sales
reinvestment number fundInformation.monthlyFlows.month2.reinvestment
redemption number fundInformation.monthlyFlows.month2.redemption
month3 object fundInformation.monthlyFlows.month3
sales number fundInformation.monthlyFlows.month3.sales
reinvestment number fundInformation.monthlyFlows.month3.reinvestment
redemption number fundInformation.monthlyFlows.month3.redemption
liquidInvestmentMinimum object fundInformation.liquidInvestmentMinimum
highlyLiquidInvstment number fundInformation.liquidInvestmentMinimum.highlyLiquidInvstment
daysOfHolding number fundInformation.liquidInvestmentMinimum.daysOfHolding
reportingPeriodChange object fundInformation.liquidInvestmentMinimum.reportingPeriodChange
didChange boolean
false
true
fundInformation.liquidInvestmentMinimum.reportingPeriodChange.didChange
changes number[] fundInformation.liquidInvestmentMinimum.reportingPeriodChange.changes
derivativesTransactions object[] fundInformation.derivativesTransactions
classification string fundInformation.derivativesTransactions.classification
fundPercentage number fundInformation.derivativesTransactions.fundPercentage
derivativesExposure object fundInformation.derivativesExposure
percentage number fundInformation.derivativesExposure.percentage
currencyPercentage number fundInformation.derivativesExposure.currencyPercentage
interestRatePercentage number fundInformation.derivativesExposure.interestRatePercentage
numberOfBusinessDaysInExcess number fundInformation.derivativesExposure.numberOfBusinessDaysInExcess
vaRInformation object fundInformation.vaRInformation
medianDailyVaRPercentage number fundInformation.vaRInformation.medianDailyVaRPercentage
fundsDesignatedInformation object fundInformation.vaRInformation.fundsDesignatedInformation
nameOfDesignatedIndex string fundInformation.vaRInformation.fundsDesignatedInformation.nameOfDesignatedIndex
indexIdentifier string fundInformation.vaRInformation.fundsDesignatedInformation.indexIdentifier
medianVaRRatioPercentage number fundInformation.vaRInformation.fundsDesignatedInformation.medianVaRRatioPercentage
backtestingResults number fundInformation.vaRInformation.backtestingResults
investmentsOrSecurities object[] investmentsOrSecurities
identification object investmentsOrSecurities.identification
cusip string investmentsOrSecurities.identification.cusip
isin string investmentsOrSecurities.identification.isin
tickers string[] investmentsOrSecurities.identification.tickers
otherIdentifiers object[] investmentsOrSecurities.identification.otherIdentifiers
value string investmentsOrSecurities.identification.otherIdentifiers.value
description string investmentsOrSecurities.identification.otherIdentifiers.description
name string investmentsOrSecurities.identification.name
lei string investmentsOrSecurities.identification.lei
title string investmentsOrSecurities.identification.title
amount object investmentsOrSecurities.amount
balance number investmentsOrSecurities.amount.balance
units object investmentsOrSecurities.amount.units
kind string
enum
other
investmentsOrSecurities.amount.units.kind
value string investmentsOrSecurities.amount.units.value
currency object investmentsOrSecurities.amount.currency
kind string
us
foreign
investmentsOrSecurities.amount.currency.kind
code string
USD
investmentsOrSecurities.amount.currency.code
exchangeRate number investmentsOrSecurities.amount.currency.exchangeRate
valueUSD number investmentsOrSecurities.amount.valueUSD
percentageValue number investmentsOrSecurities.amount.percentageValue
payoffProfile string
long
short
investmentsOrSecurities.payoffProfile
assetAndIssuer object investmentsOrSecurities.assetAndIssuer
assetCategory object investmentsOrSecurities.assetAndIssuer.assetCategory
kind string
enum
other
investmentsOrSecurities.assetAndIssuer.assetCategory.kind
value string investmentsOrSecurities.assetAndIssuer.assetCategory.value
issuerCategory object investmentsOrSecurities.assetAndIssuer.issuerCategory
kind string
enum
other
investmentsOrSecurities.assetAndIssuer.issuerCategory.kind
value string investmentsOrSecurities.assetAndIssuer.issuerCategory.value
country string investmentsOrSecurities.country
otherCountry string investmentsOrSecurities.otherCountry
isRestrictedSecurity boolean investmentsOrSecurities.isRestrictedSecurity
categories object investmentsOrSecurities.categories
values object[] investmentsOrSecurities.categories.values
category string investmentsOrSecurities.categories.values.category
percentage number investmentsOrSecurities.categories.values.percentage
circumstances string[] investmentsOrSecurities.categories.circumstances
fairValueLevel string investmentsOrSecurities.fairValueLevel
debtSecurities object investmentsOrSecurities.debtSecurities
maturityDate date investmentsOrSecurities.debtSecurities.maturityDate
couponKind string investmentsOrSecurities.debtSecurities.couponKind
annualizedRate number investmentsOrSecurities.debtSecurities.annualizedRate
isDefault boolean investmentsOrSecurities.debtSecurities.isDefault
isInArrears boolean investmentsOrSecurities.debtSecurities.isInArrears
isPaidInKind boolean investmentsOrSecurities.debtSecurities.isPaidInKind
isMandatoryConvertible boolean investmentsOrSecurities.debtSecurities.isMandatoryConvertible
isContingentConvertible boolean investmentsOrSecurities.debtSecurities.isContingentConvertible
referenceInstruments object[] investmentsOrSecurities.debtSecurities.referenceInstruments
name string investmentsOrSecurities.debtSecurities.referenceInstruments.name
title string investmentsOrSecurities.debtSecurities.referenceInstruments.title
currencyCode string investmentsOrSecurities.debtSecurities.referenceInstruments.currencyCode
identifiers object investmentsOrSecurities.debtSecurities.referenceInstruments.identifiers
cusip string investmentsOrSecurities.debtSecurities.referenceInstruments.identifiers.cusip
isin string investmentsOrSecurities.debtSecurities.referenceInstruments.identifiers.isin
tickers string[] investmentsOrSecurities.debtSecurities.referenceInstruments.identifiers.tickers
otherIdentifiers object[] investmentsOrSecurities.debtSecurities.referenceInstruments.identifiers.otherIdentifiers
value string investmentsOrSecurities.debtSecurities.referenceInstruments.identifiers.otherIdentifiers.value
description string investmentsOrSecurities.debtSecurities.referenceInstruments.identifiers.otherIdentifiers.description
currencies object[] investmentsOrSecurities.debtSecurities.currencies
conversionRatio number investmentsOrSecurities.debtSecurities.currencies.conversionRatio
code string investmentsOrSecurities.debtSecurities.currencies.code
delta number investmentsOrSecurities.debtSecurities.delta
repurchaseAgreement object investmentsOrSecurities.repurchaseAgreement
transactionCategory string investmentsOrSecurities.repurchaseAgreement.transactionCategory
counterparty object investmentsOrSecurities.repurchaseAgreement.counterparty
isCleared boolean
true
false
investmentsOrSecurities.repurchaseAgreement.counterparty.isCleared
centralCounterparty string investmentsOrSecurities.repurchaseAgreement.counterparty.centralCounterparty
counterparties object[] investmentsOrSecurities.repurchaseAgreement.counterparty.counterparties
name string investmentsOrSecurities.repurchaseAgreement.counterparty.counterparties.name
lei string investmentsOrSecurities.repurchaseAgreement.counterparty.counterparties.lei
isTriParty boolean investmentsOrSecurities.repurchaseAgreement.isTriParty
repurchaseRate number investmentsOrSecurities.repurchaseAgreement.repurchaseRate
maturityDate date investmentsOrSecurities.repurchaseAgreement.maturityDate
repurchaseCollaterals object[] investmentsOrSecurities.repurchaseAgreement.repurchaseCollaterals
principalAmount number investmentsOrSecurities.repurchaseAgreement.repurchaseCollaterals.principalAmount
principalCurrencyCode string investmentsOrSecurities.repurchaseAgreement.repurchaseCollaterals.principalCurrencyCode
collateralValue number investmentsOrSecurities.repurchaseAgreement.repurchaseCollaterals.collateralValue
collateralCurrencyCode string investmentsOrSecurities.repurchaseAgreement.repurchaseCollaterals.collateralCurrencyCode
investmentCategory object investmentsOrSecurities.repurchaseAgreement.repurchaseCollaterals.investmentCategory
kind string
enum
other
investmentsOrSecurities.repurchaseAgreement.repurchaseCollaterals.investmentCategory.kind
value string investmentsOrSecurities.repurchaseAgreement.repurchaseCollaterals.investmentCategory.value
derivativeInformation object investmentsOrSecurities.derivativeInformation
category string
forward
future
swap
option
swaption
warrant
other
investmentsOrSecurities.derivativeInformation.category
counterparties object[] investmentsOrSecurities.derivativeInformation.counterparties
name string investmentsOrSecurities.derivativeInformation.counterparties.name
lei string investmentsOrSecurities.derivativeInformation.counterparties.lei
derivative object investmentsOrSecurities.derivativeInformation.derivative
kind string
fxForwardOrSwap
nonFXForward
nonFXSwap
investmentsOrSecurities.derivativeInformation.derivative.kind
amountOfCurrencySold number investmentsOrSecurities.derivativeInformation.derivative.amountOfCurrencySold
soldCurrencyCode string investmentsOrSecurities.derivativeInformation.derivative.soldCurrencyCode
amountOfCurrencyPurchased number investmentsOrSecurities.derivativeInformation.derivative.amountOfCurrencyPurchased
purchasedCurrencyCode string investmentsOrSecurities.derivativeInformation.derivative.purchasedCurrencyCode
settlementDate date investmentsOrSecurities.derivativeInformation.derivative.settlementDate
unrealizedAppreciation number investmentsOrSecurities.derivativeInformation.derivative.unrealizedAppreciation
payoffProfile string
long
short
investmentsOrSecurities.derivativeInformation.derivative.payoffProfile
referenceInstrument investmentsOrSecurities.derivativeInformation.derivative.referenceInstrument
expirationDate date investmentsOrSecurities.derivativeInformation.derivative.expirationDate
notionalAmount number investmentsOrSecurities.derivativeInformation.derivative.notionalAmount
currencyCode string investmentsOrSecurities.derivativeInformation.derivative.currencyCode
payoffProfile string
long
short
investmentsOrSecurities.derivativeInformation.payoffProfile
referenceInstrument investmentsOrSecurities.derivativeInformation.referenceInstrument
expirationDate date investmentsOrSecurities.derivativeInformation.expirationDate
notionalAmount number investmentsOrSecurities.derivativeInformation.notionalAmount
currencyCode string investmentsOrSecurities.derivativeInformation.currencyCode
unrealizedAppreciation number investmentsOrSecurities.derivativeInformation.unrealizedAppreciation
isSwap boolean investmentsOrSecurities.derivativeInformation.derivative.isSwap
receiptFromAnotherParty object investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty
kind string
fixed
floating
other
investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.kind
rate number investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.rate
currencyCode string investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.currencyCode
amount number investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.amount
rateResetTenors object[] investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.rateResetTenors
resetDate string
day
month
year
investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.rateResetTenors.resetDate
resetDateUnit number investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.rateResetTenors.resetDateUnit
rateTenor string
day
month
year
investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.rateResetTenors.rateTenor
rateTenorUnit number investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.rateResetTenors.rateTenorUnit
rateIndex string investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.rateIndex
rateSpread number investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.rateSpread
description string investmentsOrSecurities.derivativeInformation.derivative.receiptFromAnotherParty.description
paymentToAnotherParty object investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty
kind string
fixed
floating
other
investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.kind
rate number investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.rate
currencyCode string investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.currencyCode
amount number investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.amount
rateResetTenors object[] investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.rateResetTenors
resetDate string
day
month
year
investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.rateResetTenors.resetDate
resetDateUnit number investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.rateResetTenors.resetDateUnit
rateTenor string
day
month
year
investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.rateResetTenors.rateTenor
rateTenorUnit number investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.rateResetTenors.rateTenorUnit
rateIndex string investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.rateIndex
rateSpread number investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.rateSpread
description string investmentsOrSecurities.derivativeInformation.derivative.paymentToAnotherParty.description
terminationDate date investmentsOrSecurities.derivativeInformation.derivative.terminationDate
upfrontPayment number investmentsOrSecurities.derivativeInformation.derivative.upfrontPayment
paymentCurrencyCode string investmentsOrSecurities.derivativeInformation.derivative.paymentCurrencyCode
upfrontReceipt number investmentsOrSecurities.derivativeInformation.derivative.upfrontReceipt
receiptCurrencyCode string investmentsOrSecurities.derivativeInformation.derivative.receiptCurrencyCode
putOrCall string
call
put
investmentsOrSecurities.derivativeInformation.putOrCall
writtenOrPurchased string
purchased
written
investmentsOrSecurities.derivativeInformation.writtenOrPurchased
sharesOrPrincipalAmount object investmentsOrSecurities.derivativeInformation.sharesOrPrincipalAmount
kind string
shares
principalAmount
investmentsOrSecurities.derivativeInformation.sharesOrPrincipalAmount.kind
numberOfShares number investmentsOrSecurities.derivativeInformation.sharesOrPrincipalAmount.numberOfShares
principalAmount number investmentsOrSecurities.derivativeInformation.sharesOrPrincipalAmount.principalAmount
currencyCode string investmentsOrSecurities.derivativeInformation.sharesOrPrincipalAmount.currencyCode
exercisePrice number investmentsOrSecurities.derivativeInformation.exercisePrice
exercisePriceCurrencyCode string investmentsOrSecurities.derivativeInformation.exercisePriceCurrencyCode
delta number investmentsOrSecurities.derivativeInformation.delta
terminationDate date investmentsOrSecurities.derivativeInformation.terminationDate
notionalAmounts object[] investmentsOrSecurities.derivativeInformation.notionalAmounts
amount number investmentsOrSecurities.derivativeInformation.notionalAmounts.amount
currencyCode string investmentsOrSecurities.derivativeInformation.notionalAmounts.currencyCode
description string investmentsOrSecurities.derivativeInformation.description
securitiesLending object investmentsOrSecurities.securitiesLending
cashCollateral object investmentsOrSecurities.securitiesLending.cashCollateral
isCashCollateral boolean
false
true
investmentsOrSecurities.securitiesLending.cashCollateral.isCashCollateral
value number investmentsOrSecurities.securitiesLending.cashCollateral.value
nonCashCollateral object investmentsOrSecurities.securitiesLending.nonCashCollateral
isNonCashCollateral boolean
false
true
investmentsOrSecurities.securitiesLending.nonCashCollateral.isNonCashCollateral
value number investmentsOrSecurities.securitiesLending.nonCashCollateral.value
loanByFund object investmentsOrSecurities.securitiesLending.loanByFund
isLoanByFund boolean
false
true
investmentsOrSecurities.securitiesLending.loanByFund.isLoanByFund
value number investmentsOrSecurities.securitiesLending.loanByFund.value
explanatoryNotes object[] explanatoryNotes
item string explanatoryNotes.item
note string explanatoryNotes.note
signature object signature
date date signature.date
nameOfApplicant string signature.nameOfApplicant
text string signature.text
name string signature.name
title string signature.title
documents object[] documents
conformedName string documents.conformedName
conformedDocumentType string documents.conformedDocumentType
relatedFormType string documents.relatedFormType
description string documents.description

Response Example

{
  "data": [
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001752724-24-152362.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/1595386/0001752724-24-152362.txt",
        "date": "2024-07-01T21:13:11.000Z",
        "ciks": [
          "1595386"
        ]
      },
      "documents": [],
      "explanatoryNotes": [],
      "filerInformation": {
        "filer": {
          "cik": "1595386"
        },
        "notificationEmails": [],
        "seriesClassInformation": {
          "seriesId": "S000044509",
          "classIds": [
            "C000138493"
          ]
        }
      },
      "fundInformation": {
        "totalAssets": 5094624559.74,
        "totalLiabilities": 1617136.94,
        "netAssets": 5093007422.8,
        "miscSecuritiesAssets": 0,
        "investedAssets": 949783939.77,
        "amountsPayableWithinOneYear": {
          "borrowings": 0,
          "controlledCompanies": 0,
          "otherAffiliates": 0,
          "other": 0
        },
        "amountsPayableAfterOneYear": {
          "borrowings": 0,
          "controlledCompanies": 0,
          "otherAffiliates": 0,
          "other": 0
        },
        "firmCommitment": 0,
        "standbyCommitment": 0,
        "liquidationPreference": 0,
        "cashAndEquivalentsNotReported": 258290.84,
        "portfolioLevelRisk": {
          "currencyMetrics": [
            {
              "currencyCode": "USD",
              "interestRateRiskDV01": {
                "threeMonth": -30106.68369665,
                "oneYear": -2632.03312638,
                "fiveYear": 0,
                "tenYear": 0,
                "thirtyYear": 0
              },
              "interestRateRiskDV100": {
                "threeMonth": -2994480.02567578,
                "oneYear": -262733.8627455,
                "fiveYear": 0,
                "tenYear": 0,
                "thirtyYear": 0
              }
            }
          ],
          "creditSpreadRiskInvestmentGrade": {
            "threeMonth": 0,
            "oneYear": 0,
            "fiveYear": 0,
            "tenYear": 0,
            "thirtyYear": 0
          },
          "creditSpreadRiskNonInvestmentGrade": {
            "threeMonth": 0,
            "oneYear": 0,
            "fiveYear": 0,
            "tenYear": 0,
            "thirtyYear": 0
          }
        },
        "borrowers": [],
        "cashCollateralInformation": {
          "isNonCashCollateral": false
        },
        "returnInformation": {
          "monthlyTotalReturns": [
            {
              "return1": -1.775808,
              "return2": 4.593089,
              "return3": 1.799516,
              "classId": "C000138493"
            }
          ],
          "monthlyReturnCategories": {
            "commodityContracts": {
              "month1": {
                "netRealizedGain": -34481635.31,
                "netUnrealizedAppreciation": 1847786.27
              },
              "month2": {
                "netRealizedGain": 4990089.93,
                "netUnrealizedAppreciation": 123167624.3
              },
              "month3": {
                "netRealizedGain": 19760840.56,
                "netUnrealizedAppreciation": -106513668.46
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": -34481635.31,
                  "netUnrealizedAppreciation": 1847786.27
                },
                "month2": {
                  "netRealizedGain": 4990089.93,
                  "netUnrealizedAppreciation": 35783509.5
                },
                "month3": {
                  "netRealizedGain": 19760840.56,
                  "netUnrealizedAppreciation": -5283556.82
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 87384114.79,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": -101230111.64
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "creditContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "equityContracts": {
              "month1": {
                "netRealizedGain": 0.39,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0.04,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0.02,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0.39,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0.04,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0.02,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "foreignExchangeContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "interestRateContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "otherContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            }
          },
          "other": {
            "month1": {
              "netRealizedGain": 0,
              "netUnrealizedAppreciation": 10479350
            },
            "month2": {
              "netRealizedGain": 0.05,
              "netUnrealizedAppreciation": -16647607.8
            },
            "month3": {
              "netRealizedGain": 0,
              "netUnrealizedAppreciation": 9242316
            }
          }
        },
        "monthlyFlows": {
          "month1": {
            "sales": 5331131.2,
            "reinvestment": 0,
            "redemption": 50462803.17
          },
          "month2": {
            "sales": 132642892.63,
            "reinvestment": 0,
            "redemption": 37149322.98
          },
          "month3": {
            "sales": 264720787.21,
            "reinvestment": 0,
            "redemption": 12889312.84
          }
        },
        "derivativesTransactions": [],
        "vaRInformation": {
          "fundsDesignatedInformation": {
            "nameOfDesignatedIndex": "DBIQ Optimum Yield Diversified Commodity Excess Return  Index",
            "indexIdentifier": "100% DB-IQ OptYld Dvrsf Com XsR"
          }
        }
      },
      "generalInformation": {
        "registrant": {
          "name": "Invesco Actively Managed Exchange-Traded Commodity Fund Trust",
          "fileNumber": "811-22927",
          "cik": "1595386",
          "lei": "549300J84F1VGX03MG06",
          "address": {
            "street1": "3500 Lacey Road",
            "street2": "Suite 700",
            "city": "Downers Grove",
            "country": {
              "kind": "us",
              "state": "US-IL"
            },
            "zipOrPostalCode": "60515"
          },
          "phoneNumber": "800-983-0903"
        },
        "series": {
          "name": "Invesco Optimum Yield Diversified Commodity Strategy No K-1 ETF",
          "id": "S000044509",
          "lei": "549300FMDZNC0BEIYQ10"
        },
        "reportingPeriod": {
          "end": "2024-10-31T04:00:00.000Z",
          "date": "2024-04-30T04:00:00.000Z"
        },
        "isFinalFiling": false
      },
      "investmentsOrSecurities": [
        {
          "identification": {
            "name": "BOFA MERRILL LYNCH COMMODITY MLBXIVMB EXCESS RETURN STRATEGY MLBXIVMB",
            "title": "BOFA MERRILL LYNCH COMMODITY MLBXIVMB EXCESS RETURN STRATEGY MLBXIVMB",
            "tickers": [
              "MLBXIVMB"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 78806.24,
            "percentageValue": 0.001547341942
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Bank of America, National Association",
                "lei": "B4TYDEB6GKMZO031MB27"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BOFA MERRILL LYNCH COMMODITY MLBXIVMB EXCESS RETURN STRATEGY MLBXIVMB",
                "indexIdentifier": "MLBXIVMB",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": 0.22,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-05-02T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 475000000,
              "currencyCode": "USD",
              "unrealizedAppreciation": -1358.14
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "G8114D159",
            "name": "Invesco US Dollar Liquidity Portfolio",
            "lei": "54930019DCE0F2PV4F17",
            "title": "Invesco US Dollar Liquidity Portfolio, Institutional Class",
            "isin": "IE0008040424",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 429642956.44,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 429642956.44,
            "percentageValue": 8.435938155452
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "IE",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "00142W843",
            "name": "Invesco Premier U.S. Government Money Portfolio",
            "lei": "549300TCMEM5428K3T88",
            "title": "Invesco Premier U.S. Government Money Portfolio, Institutional Class",
            "isin": "US00142W8432",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 2348769272.77,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 2348769272.77,
            "percentageValue": 46.11753091611
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Silver Future",
            "tickers": [
              "SIZ4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 355,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1805175,
            "percentageValue": -0.03544418553
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Commodities Exchange Inc."
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Silver",
              "issueTitle": "Silver",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-12-27T05:00:00.000Z",
            "notionalAmount": 49945136.96,
            "currencyCode": "USD",
            "unrealizedAppreciation": -1805175
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "LME Primary Aluminum Future",
            "isin": "GB00FP3RVT46",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -2070,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -11010455.8,
            "percentageValue": -0.21618770376
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "London Metal Exchange",
                "lei": "213800NB8G5VRT1DXC91"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "LME Primary Aluminum",
              "issueTitle": "LME Primary Aluminum",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-05-13T04:00:00.000Z",
            "notionalAmount": 121764001.7,
            "currencyCode": "USD",
            "unrealizedAppreciation": -11010455.8
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Gasoline Reformulated Blendstock Oxygenate Blending Future",
            "tickers": [
              "XBZ4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 3048,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -3161995.2,
            "percentageValue": -0.06208503026
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "New York Mercantile Exchange, Inc.",
                "lei": "5493008GFNDTXFPHWI47"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Bloomberg 87 Octane RBOB Gasoline Prompt Month Spot Pipeline Px/New York Harbor",
              "indexIdentifier": "RBOB87PM",
              "components": []
            },
            "expirationDate": "2024-11-29T05:00:00.000Z",
            "notionalAmount": 262059874.59,
            "currencyCode": "USD",
            "unrealizedAppreciation": -3161995.2
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Natural Gas Future",
            "tickers": [
              "NGK25"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 2327,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -674830,
            "percentageValue": -0.01325012794
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "New York Mercantile Exchange, Inc.",
                "lei": "5493008GFNDTXFPHWI47"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Henry Hub Natural Gas Spot Price",
              "indexIdentifier": "NGUSHHUB",
              "components": []
            },
            "expirationDate": "2025-04-28T04:00:00.000Z",
            "notionalAmount": 72695889.02,
            "currencyCode": "USD",
            "unrealizedAppreciation": -674830
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "name": "Citibank NA",
            "lei": "E57ODZWZ7FF32TWEFA76",
            "title": "Citibank NA",
            "tickers": [
              "CIXBICPI"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 30175.02,
            "percentageValue": 0.000592479403
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "CITIBANK NA"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Citibank NA",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": 0.21,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-05-02T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 300000000,
              "currencyCode": "USD",
              "unrealizedAppreciation": -18153.75
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Gold 100 Oz. Future",
            "tickers": [
              "GCM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 836,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -4581280,
            "percentageValue": -0.0899523527
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Commodities Exchange Inc."
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Gold 100 Oz.",
              "issueTitle": "Gold 100 Oz.",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-26T04:00:00.000Z",
            "notionalAmount": 184353242.93,
            "currencyCode": "USD",
            "unrealizedAppreciation": -4581280
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Sugar No. 11 Future",
            "tickers": [
              "SBN4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 4237,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1755812.8,
            "percentageValue": -0.03447497037
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures U.S., Inc.",
                "lei": "5493004R83R1LVX2IL36"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Sugar No. 11",
              "issueTitle": "Sugar No. 11",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-28T04:00:00.000Z",
            "notionalAmount": 108644912.95,
            "currencyCode": "USD",
            "unrealizedAppreciation": -1755812.8
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "name": "MACQUARIE INDEX MQCP322E MQCP322E",
            "title": "MACQUARIE INDEX MQCP322E MQCP322E",
            "tickers": [
              "MQCP322E"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 58236.77,
            "percentageValue": 0.001143465248
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "MACQUARIE CAPITAL (USA) INC.",
                "lei": "549300670K07JRB5UQ40"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MACQUARIE INDEX MQCP322E MQCP322E",
                "indexIdentifier": "MQCP322E",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": 0.21,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-05-02T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 550000000,
              "currencyCode": "USD",
              "unrealizedAppreciation": -30365.97
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "912797HR1",
            "name": "U.S. Treasury Bills",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Bills",
            "isin": "US912797HR13",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 600000000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 598065834,
            "percentageValue": 11.74288164832
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2024-05-23T04:00:00.000Z",
            "couponKind": "None",
            "annualizedRate": 0,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Morgan Stanley & Co. International PLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4170964",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 23710.65,
            "percentageValue": 0.000465553022
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Morgan Stanley Capital Services LLC",
                "lei": "I7331LVCZKQKX5T7XV54"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MORGAN STANLEY MSCYIZ02 MSCYIZ02",
                "indexIdentifier": "MSCYIZ02",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": 0.2,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-05-02T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 225000000,
              "currencyCode": "USD",
              "unrealizedAppreciation": -10809.9
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "name": "ENHANCED OPY BASKET BCKTOPY1",
            "title": "ENHANCED OPY BASKET BCKTOPY1",
            "tickers": [
              "BCKTOPY1"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -212336.04,
            "percentageValue": -0.00416916808
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "BNP Paribas Securities Corp.",
                "lei": "RCNB6OTYUAMMP879YW96"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BNP PARIBAS BCKTOPY1",
                "indexIdentifier": "BCKTOPY1",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": 0.2,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-05-02T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 20000000,
              "currencyCode": "USD",
              "unrealizedAppreciation": -214418.23
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "WTI Crude Future",
            "tickers": [
              "CLZ4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 2915,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1807300,
            "percentageValue": -0.0354859094
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "New York Mercantile Exchange, Inc.",
                "lei": "5493008GFNDTXFPHWI47"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "CRUDE OIL DOMESTIC SWEET (DSW) CUSHING CASH FORMULA (CUSHING CASH EXPIRY) CRUDE OIL DOMESTIC SWEET (",
              "indexIdentifier": "USCRWTIC",
              "components": []
            },
            "expirationDate": "2024-11-20T05:00:00.000Z",
            "notionalAmount": 210508472.31,
            "currencyCode": "USD",
            "unrealizedAppreciation": -1807300
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "LME Zinc Future",
            "isin": "GB00H23VLD71",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 2817,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 21791453.08,
            "percentageValue": 0.42787004359
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "London Metal Exchange",
                "lei": "213800NB8G5VRT1DXC91"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "LME Zinc",
              "issueTitle": "LME Zinc",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-15T04:00:00.000Z",
            "notionalAmount": 184374213.17,
            "currencyCode": "USD",
            "unrealizedAppreciation": 21791453.08
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Soybean Future",
            "tickers": [
              "S X4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 1077,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -996225,
            "percentageValue": -0.019560643
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Soybean",
              "issueTitle": "Soybean",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-11-14T05:00:00.000Z",
            "notionalAmount": 63377168.34,
            "currencyCode": "USD",
            "unrealizedAppreciation": -996225
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "LME Zinc Future",
            "isin": "GB00H23VLD71",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -763,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -7176974.48,
            "percentageValue": -0.14091820184
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "London Metal Exchange",
                "lei": "213800NB8G5VRT1DXC91"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "LME Zinc",
              "issueTitle": "LME Zinc",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-15T04:00:00.000Z",
            "notionalAmount": 48664134.27,
            "currencyCode": "USD",
            "unrealizedAppreciation": -7176974.48
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "name": "J.P. MORGAN JMCUINVE BASKET JMCUINVE",
            "title": "J.P. MORGAN JMCUINVE BASKET JMCUINVE",
            "tickers": [
              "JMCUINVE"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 54726.66,
            "percentageValue": 0.001074545066
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "J.P. MORGAN SECURITIES PLC",
                "lei": "K6Q0W1PS1L1O4IQL9C32"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "J.P. MORGAN JMCUINVE BASKET JMCUINVE",
                "indexIdentifier": "JMCUINVE",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": 0.2,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-05-02T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 500000000,
              "currencyCode": "USD",
              "unrealizedAppreciation": -21985.67
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "LME Primary Aluminum Future",
            "isin": "GB00FP3RVT46",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 2070,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 14461684.26,
            "percentageValue": 0.283951760903
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "London Metal Exchange",
                "lei": "213800NB8G5VRT1DXC91"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "LME Primary Aluminum",
              "issueTitle": "LME Primary Aluminum",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-05-13T04:00:00.000Z",
            "notionalAmount": 118312773.24,
            "currencyCode": "USD",
            "unrealizedAppreciation": 14461684.26
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "912797HT7",
            "name": "U.S. Treasury Bills",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Bills",
            "isin": "US912797HT78",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 1000000000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 994722500,
            "percentageValue": 19.53114176796
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2024-06-06T04:00:00.000Z",
            "couponKind": "None",
            "annualizedRate": 0,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Goldman Sachs International",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4170960",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 69735.01,
            "percentageValue": 0.00136923048
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "GOLDMAN SACHS INTERNATIONAL",
                "lei": "W22LROWP2IHZNBB6K528"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MANAGED COMMODITY STRATEGY GSEBA001 GSEBA001",
                "indexIdentifier": "GSEBA001",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": 0.22,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-05-02T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 350000000,
              "currencyCode": "USD",
              "unrealizedAppreciation": 10666.52
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "LME Copper Future",
            "isin": "GB00FP3VKM24",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -352,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -11062413.93,
            "percentageValue": -0.21720788939
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "London Metal Exchange",
                "lei": "213800NB8G5VRT1DXC91"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "LME Copper",
              "issueTitle": "LME Copper",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-12-16T05:00:00.000Z",
            "notionalAmount": 77870386.07,
            "currencyCode": "USD",
            "unrealizedAppreciation": -11062413.93
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Brent Crude Future",
            "isin": "GB00H1TWHG24",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 2763,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1795950,
            "percentageValue": -0.03526305483
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures Europe",
                "lei": "549300UF4R84F48NCH34"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Brent Crude Index",
              "indexIdentifier": "COY",
              "components": []
            },
            "expirationDate": "2024-10-31T04:00:00.000Z",
            "notionalAmount": 218114991.26,
            "currencyCode": "USD",
            "unrealizedAppreciation": -1795950
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "New York Harbor Ultra-Low Sulfur Diesel Future",
            "tickers": [
              "HOM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 2868,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -2216390.4,
            "percentageValue": -0.04351830295
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "New York Mercantile Exchange, Inc.",
                "lei": "5493008GFNDTXFPHWI47"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "NYMEX NY Harbor ULSD Futures",
              "issueTitle": "NYMEX NY Harbor ULSD Futures",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-05-31T04:00:00.000Z",
            "notionalAmount": 305341008.08,
            "currencyCode": "USD",
            "unrealizedAppreciation": -2216390.4
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "912797GL5",
            "name": "U.S. Treasury Bills",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Bills",
            "isin": "US912797GL51",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 600000000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 588972168,
            "percentageValue": 11.56432966037
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2024-09-05T04:00:00.000Z",
            "couponKind": "None",
            "annualizedRate": 0,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "RBC Capital Markets, LLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4170962",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 56203.56,
            "percentageValue": 0.001103543649
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "RBC Capital Markets, LLC",
                "lei": "549300LCO2FLSSVFFR64"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "RBC ENHANCED PS01 ER RBCAPS01",
                "indexIdentifier": "RBCAPS01",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": 0.2,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-05-02T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 550000000,
              "currencyCode": "USD",
              "unrealizedAppreciation": -28180
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "LME Copper Future",
            "isin": "GB00FP3VKM24",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 919,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 32560900.8,
            "percentageValue": 0.639325610526
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "London Metal Exchange",
                "lei": "213800NB8G5VRT1DXC91"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "LME Copper",
              "issueTitle": "LME Copper",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-12-16T05:00:00.000Z",
            "notionalAmount": 199624449.2,
            "currencyCode": "USD",
            "unrealizedAppreciation": 32560900.8
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Wheat Future",
            "tickers": [
              "W N4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 3624,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -951300,
            "percentageValue": -0.01867855121
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Wheat",
              "issueTitle": "Wheat",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-12T04:00:00.000Z",
            "notionalAmount": 111683878.01,
            "currencyCode": "USD",
            "unrealizedAppreciation": -951300
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "LME Primary Aluminum Future",
            "isin": "GB00FP3V7Z46",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 1540,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 5084090.5,
            "percentageValue": 0.099824918323
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "London Metal Exchange",
                "lei": "213800NB8G5VRT1DXC91"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "LME Primary Aluminum",
              "issueTitle": "LME Primary Aluminum",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-09-16T04:00:00.000Z",
            "notionalAmount": 95379130.1,
            "currencyCode": "USD",
            "unrealizedAppreciation": 5084090.5
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "LME Primary Aluminum Future",
            "isin": "GB00FP3V7Z46",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -32,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -88671.72,
            "percentageValue": -0.00174104831
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "London Metal Exchange",
                "lei": "213800NB8G5VRT1DXC91"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "LME Primary Aluminum",
              "issueTitle": "LME Primary Aluminum",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-09-16T04:00:00.000Z",
            "notionalAmount": 1998840.28,
            "currencyCode": "USD",
            "unrealizedAppreciation": -88671.72
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Corn Future",
            "tickers": [
              "C U4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 4594,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -631675,
            "percentageValue": -0.01240278969
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Corn",
              "issueTitle": "Corn",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-09-13T04:00:00.000Z",
            "notionalAmount": 111486548.68,
            "currencyCode": "USD",
            "unrealizedAppreciation": -631675
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        }
      ],
      "seriesMetadata": [
        {
          "ownerCik": "0001595386",
          "seriesId": "S000044509",
          "seriesName": "Invesco Optimum Yield Diversified Commodity Strategy No K-1 ETF",
          "classContract": [
            {
              "classId": "C000138493",
              "className": "Invesco Optimum Yield Diversified Commodity Strategy No K-1 ETF",
              "classTicker": "PDBC"
            }
          ]
        }
      ],
      "signature": {
        "date": "2024-05-30T04:00:00.000Z",
        "nameOfApplicant": "Invesco Actively Managed Exchange-Traded Commodity Fund Trust",
        "text": "Adrien Deberghes",
        "name": "Adrien Deberghes",
        "title": "Vice President"
      },
      "submissionType": "NPORT-P"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001752724-24-152368.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/826644/0001752724-24-152368.txt",
        "date": "2024-07-01T21:15:17.000Z",
        "ciks": [
          "826644"
        ]
      },
      "documents": [],
      "explanatoryNotes": [],
      "filerInformation": {
        "filer": {
          "cik": "826644"
        },
        "notificationEmails": [],
        "seriesClassInformation": {
          "seriesId": "S000030111",
          "classIds": [
            "C000120704",
            "C000092479",
            "C000092478",
            "C000092474",
            "C000092477",
            "C000092476"
          ]
        }
      },
      "fundInformation": {
        "totalAssets": 754969350.65,
        "totalLiabilities": 2966768.47,
        "netAssets": 752002582.18,
        "miscSecuritiesAssets": 0,
        "investedAssets": 158590801.96,
        "amountsPayableWithinOneYear": {
          "borrowings": 0,
          "controlledCompanies": 0,
          "otherAffiliates": 0,
          "other": 0
        },
        "amountsPayableAfterOneYear": {
          "borrowings": 0,
          "controlledCompanies": 0,
          "otherAffiliates": 0,
          "other": 0
        },
        "firmCommitment": 0,
        "standbyCommitment": 0,
        "liquidationPreference": 0,
        "cashAndEquivalentsNotReported": 20297889.48,
        "portfolioLevelRisk": {
          "currencyMetrics": [
            {
              "currencyCode": "USD",
              "interestRateRiskDV01": {
                "threeMonth": 6127.88781623,
                "oneYear": 11815.19665844,
                "fiveYear": 816.06518365,
                "tenYear": 0,
                "thirtyYear": 0
              },
              "interestRateRiskDV100": {
                "threeMonth": 611916.61794299,
                "oneYear": 1188088.11296434,
                "fiveYear": 83113.46426293,
                "tenYear": 0,
                "thirtyYear": 0
              }
            }
          ],
          "creditSpreadRiskInvestmentGrade": {
            "threeMonth": 0,
            "oneYear": 0,
            "fiveYear": 0,
            "tenYear": 0,
            "thirtyYear": 0
          },
          "creditSpreadRiskNonInvestmentGrade": {
            "threeMonth": 0,
            "oneYear": 0,
            "fiveYear": 0,
            "tenYear": 0,
            "thirtyYear": 0
          }
        },
        "borrowers": [],
        "cashCollateralInformation": {
          "isNonCashCollateral": false
        },
        "returnInformation": {
          "monthlyTotalReturns": [
            {
              "return1": -1.337568,
              "return2": 4.818992,
              "return3": 0.861956,
              "classId": "C000120704"
            },
            {
              "return1": -1.48778,
              "return2": 4.833558,
              "return3": 0.8644,
              "classId": "C000092479"
            },
            {
              "return1": -1.347041,
              "return2": 4.70405,
              "return3": 0.869888,
              "classId": "C000092478"
            },
            {
              "return1": -1.395196,
              "return2": 4.717178,
              "return3": 0.9008,
              "classId": "C000092474"
            },
            {
              "return1": -1.437952,
              "return2": 4.70045,
              "return3": 0.928948,
              "classId": "C000092477"
            },
            {
              "return1": -1.546567,
              "return2": 4.712,
              "return3": 0.833535,
              "classId": "C000092476"
            }
          ],
          "monthlyReturnCategories": {
            "commodityContracts": {
              "month1": {
                "netRealizedGain": 21461409.82,
                "netUnrealizedAppreciation": -30085969.9
              },
              "month2": {
                "netRealizedGain": 4353459.79,
                "netUnrealizedAppreciation": 15906552.92
              },
              "month3": {
                "netRealizedGain": 16762637.21,
                "netUnrealizedAppreciation": -17176123.1
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 147546.31,
                  "netUnrealizedAppreciation": -3999343.57
                },
                "month2": {
                  "netRealizedGain": -300333.08,
                  "netUnrealizedAppreciation": 2706843.7
                },
                "month3": {
                  "netRealizedGain": 1382026.77,
                  "netUnrealizedAppreciation": -600777.57
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 21313863.51,
                  "netUnrealizedAppreciation": -26086626.33
                },
                "month2": {
                  "netRealizedGain": 4653792.87,
                  "netUnrealizedAppreciation": 13199709.22
                },
                "month3": {
                  "netRealizedGain": 15380610.44,
                  "netUnrealizedAppreciation": -16575345.53
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "creditContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "equityContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "foreignExchangeContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "interestRateContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "otherContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            }
          },
          "other": {
            "month1": {
              "netRealizedGain": -178.78,
              "netUnrealizedAppreciation": -4839522.37
            },
            "month2": {
              "netRealizedGain": -646.05,
              "netUnrealizedAppreciation": 10699170.87
            },
            "month3": {
              "netRealizedGain": -274.3,
              "netUnrealizedAppreciation": 8579854.89
            }
          }
        },
        "monthlyFlows": {
          "month1": {
            "sales": 18950366.7,
            "reinvestment": 0,
            "redemption": 21469216.29
          },
          "month2": {
            "sales": 11654828.45,
            "reinvestment": 0,
            "redemption": 19061967.42
          },
          "month3": {
            "sales": 17161598.4,
            "reinvestment": 0,
            "redemption": 20401680.22
          }
        },
        "derivativesTransactions": [],
        "vaRInformation": {
          "fundsDesignatedInformation": {
            "nameOfDesignatedIndex": "Bloomberg Commodity Index",
            "indexIdentifier": "100% BB-Cmdty"
          }
        }
      },
      "generalInformation": {
        "registrant": {
          "name": "AIM Investment Funds (Invesco Investment Funds)",
          "fileNumber": "811-05426",
          "cik": "826644",
          "lei": "Y5W0BJB7U2X9V6NIC803",
          "address": {
            "street1": "11 Greenway Plaza",
            "street2": "Suite 1000",
            "city": "Houston",
            "country": {
              "kind": "us",
              "state": "US-TX"
            },
            "zipOrPostalCode": "77046-1173"
          },
          "phoneNumber": "800-959-4246"
        },
        "series": {
          "name": "Invesco Balanced-Risk Commodity Strategy Fund",
          "id": "S000030111",
          "lei": "549300RVCFF0WJ0BEN05"
        },
        "reportingPeriod": {
          "end": "2024-10-31T04:00:00.000Z",
          "date": "2024-04-30T04:00:00.000Z"
        },
        "isFinalFiling": false
      },
      "investmentsOrSecurities": [
        {
          "identification": {
            "cusip": "06739FNA5",
            "name": "Barclays Bank PLC",
            "lei": "G5GSEF7VJP5I7OUK5573",
            "title": "Barclays Bank PLC",
            "isin": "US06739FNA56",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 14500000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 17868210.95,
            "percentageValue": 2.376083722771
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "CORP"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2025-01-27T05:00:00.000Z",
            "couponKind": "Fixed",
            "annualizedRate": 0.1,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "06367UDZ7",
            "name": "Bank of Montreal",
            "lei": "NQQ6HPCNCCU6TUTQYE16",
            "title": "Bank of Montreal",
            "isin": "US06367UDZ75",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 32000000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 39795485.76,
            "percentageValue": 5.291934722436
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "CORP"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2025-06-03T04:00:00.000Z",
            "couponKind": "Fixed",
            "annualizedRate": 0.1,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "91282CJU6",
            "name": "U.S. Treasury Floating Rate Notes",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Floating Rate Notes",
            "isin": "US91282CJU62",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 48600000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 48710796.82,
            "percentageValue": 6.477477335089
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2026-01-31T05:00:00.000Z",
            "couponKind": "Floating",
            "annualizedRate": 5.570744,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "JPMorgan Chase Bank, National Association",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3906246",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 126765.96,
            "percentageValue": 0.016857117648
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JPMorgan Chase Bank NA",
                "lei": "7H6GLXDRUGQFU57RNE97"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "S&P GSCI GOLD OFFICIAL CLOSE INDEX ER SPGCGCP",
                "indexIdentifier": "SPGCGCP",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": -0.08,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-12-02T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 6837731.88,
              "currencyCode": "USD",
              "unrealizedAppreciation": 126765.96
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "83370BQD8",
            "name": "Societe Generale",
            "lei": "O2RNE8IBXP4R0TD8PU41",
            "title": "Societe Generale",
            "isin": "US83370BQD81",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 20700000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 21324373.27,
            "percentageValue": 2.83567819783
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "CORP"
            }
          },
          "country": "FR",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2025-02-28T05:00:00.000Z",
            "couponKind": "Fixed",
            "annualizedRate": 0.1,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Morgan Stanley Capital Services LLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4053215",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -147088.69,
            "percentageValue": -0.01955959906
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Morgan Stanley Capital Services LLC",
                "lei": "I7331LVCZKQKX5T7XV54"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MORGAN STANLEY 2 SOYBEAN MEAL D0 MSCY2SM0",
                "indexIdentifier": "MSCY2SM0",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": -0.03,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2025-02-03T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 3280757.55,
              "currencyCode": "USD",
              "unrealizedAppreciation": -147088.69
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Merrill Lynch International",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3723958",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -92642.4,
            "percentageValue": -0.01231942578
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Merrill Lynch International",
                "lei": "GGDZP1UYGU9STUHRDP48"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BOFA MERRILL LYNCH COMMODITY MLCX1XB EXCESS RETURN STRATEGY MLCX1XBE",
                "indexIdentifier": "MLCX1XBE",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.1,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-09-06T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 35124062.4,
              "currencyCode": "USD",
              "unrealizedAppreciation": -92642.4
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Barclays Bank PLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4170560",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -4574.98,
            "percentageValue": -0.00060837291
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Barclays Bank PLC",
                "lei": "G5GSEF7VJP5I7OUK5573"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BARCLAYS B CRUDE RO BCC2COKP",
                "indexIdentifier": "BCC2COKP",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.17,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-03-31T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 2697413.66,
              "currencyCode": "USD",
              "unrealizedAppreciation": -4574.98
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "825252406",
            "name": "Invesco Treasury Portfolio",
            "lei": "5493004B3TM8ZIDDDC39",
            "title": "Invesco Treasury Portfolio, Institutional Class",
            "isin": "US8252524066",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 134372894.35,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 134372894.35,
            "percentageValue": 17.86867459423
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "91282CKM2",
            "name": "U.S. Treasury Floating Rate Notes",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Floating Rate Notes",
            "isin": "US91282CKM28",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 50500000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 50489098.06,
            "percentageValue": 6.713952751815
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2026-04-30T04:00:00.000Z",
            "couponKind": "Floating",
            "annualizedRate": 5.475744,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Macquarie Bank Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4059425",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -32913,
            "percentageValue": -0.00437671369
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Macquarie Bank Ltd",
                "lei": "4ZHCHI4KYZG2WVRT8631"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MACQUARIE SINGLE COMMODITY NICKEL TYPE A ER INDEX MQSDLNER",
                "indexIdentifier": "MQSDLNER",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": -0.165,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2025-02-26T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 9013527.15,
              "currencyCode": "USD",
              "unrealizedAppreciation": -32913
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Cargill, Incorporated",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3700813",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -2636293.01,
            "percentageValue": -0.35056967522
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Cargill Inc",
                "lei": "QXZYQNMR4JZ5RIRN4T31"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "CARGILL SINGLE COMMODITY INDEX 1 CARGILL SINGLE COMMODITY INDEX",
                "indexIdentifier": "CPASINV1",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.41,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-17T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0.01,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 33969920.19,
              "currencyCode": "USD",
              "unrealizedAppreciation": -2636293
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "825252729",
            "name": "Invesco Liquid Assets Portfolio",
            "lei": "549300DC1W0JSX3QRC47",
            "title": "Invesco Liquid Assets Portfolio",
            "isin": "US8252527291",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 82995125.832,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 83020024.37,
            "percentageValue": 11.03985894959
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Corn Future",
            "tickers": [
              "C N4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 192,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -274520.86,
            "percentageValue": -0.03650530816
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Corn",
              "issueTitle": "Corn",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-12T04:00:00.000Z",
            "notionalAmount": 4563320.86,
            "currencyCode": "USD",
            "unrealizedAppreciation": -274520.86
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Macquarie Bank Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4054975",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1214650.8,
            "percentageValue": -0.16152215813
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Macquarie Bank Ltd",
                "lei": "4ZHCHI4KYZG2WVRT8631"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MACQUARIE SINGLE COMMODITY SILVER TYPE A ER INDEX MQSDSIER",
                "indexIdentifier": "MQSDSIER",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.16,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-07T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 34284333.6,
              "currencyCode": "USD",
              "unrealizedAppreciation": -1214650.8
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Merrill Lynch International",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3940966",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 4065517.12,
            "percentageValue": 0.540625420223
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Merrill Lynch International",
                "lei": "GGDZP1UYGU9STUHRDP48"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BOFA MERRILL LYNCH COMMODITY MLCXDLP COPPER EXCESS RETURN STRATEGY MLCXDLPE",
                "indexIdentifier": "MLCXDLPE",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.25,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-01-23T05:00:00.000Z",
              "upfrontPayment": 70809.82,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 34647469.6,
              "currencyCode": "USD",
              "unrealizedAppreciation": 3994707.3
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Coffee 'C' Future",
            "tickers": [
              "KCN4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 308,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 2296023.92,
            "percentageValue": 0.30532128139
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures U.S., Inc.",
                "lei": "5493004R83R1LVX2IL36"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Coffee 'C'",
              "issueTitle": "Coffee 'C'",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-19T04:00:00.000Z",
            "notionalAmount": 22727051.08,
            "currencyCode": "USD",
            "unrealizedAppreciation": 2296023.92
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Goldman Sachs International",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3703194",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -249422.16,
            "percentageValue": -0.03316772653
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Goldman Sachs International",
                "lei": "W22LROWP2IHZNBB6K528"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "GOLDMAN SACHS GSCI S&P SUGAR A141 ER STRATEGY AGGS141P",
                "indexIdentifier": "AGGS141P",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.3,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-21T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 3213944.24,
              "currencyCode": "USD",
              "unrealizedAppreciation": -249422.16
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Soybean Future",
            "tickers": [
              "S N4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 630,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -5544805.57,
            "percentageValue": -0.73733863438
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Soybean",
              "issueTitle": "Soybean",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-12T04:00:00.000Z",
            "notionalAmount": 42179305.57,
            "currencyCode": "USD",
            "unrealizedAppreciation": -5544805.57
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Royal Bank of Canada",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3703162",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 79820.81,
            "percentageValue": 0.010614432967
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Royal Bank of Canada",
                "lei": "ES7IP3U3RHIGC71XBU11"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "RBC ENHANCED CO01 ER RBCACO01",
                "indexIdentifier": "RBCACO01",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.32,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-21T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 26340158.44,
              "currencyCode": "USD",
              "unrealizedAppreciation": 79820.81
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Citibank, N.A.",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4056227",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -317394,
            "percentageValue": -0.042206504
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Citibank NA",
                "lei": "E57ODZWZ7FF32TWEFA76"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "CITI CCUDCTED COMMODITY INDEX CCUDCTED",
                "indexIdentifier": "CCUDCTED",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.2,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-12T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 14576688,
              "currencyCode": "USD",
              "unrealizedAppreciation": -317394
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Wheat Future",
            "tickers": [
              "W N4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 186,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 87291.45,
            "percentageValue": 0.011607865726
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Wheat",
              "issueTitle": "Wheat",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-12T04:00:00.000Z",
            "notionalAmount": 5522933.55,
            "currencyCode": "USD",
            "unrealizedAppreciation": 87291.45
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Barclays Bank PLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4172250",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 50831.92,
            "percentageValue": 0.006759540619
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Barclays Bank PLC",
                "lei": "G5GSEF7VJP5I7OUK5573"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BARCLAYS LIVE CATTLE S BCC2LCKP",
                "indexIdentifier": "BCC2LCKP",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.47,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-04-08T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 5339796.92,
              "currencyCode": "USD",
              "unrealizedAppreciation": 50831.92
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Merrill Lynch International",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3703492",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 222185.39,
            "percentageValue": 0.029545828068
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Merrill Lynch International",
                "lei": "GGDZP1UYGU9STUHRDP48"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BOFA MERRILL LYNCH COMMODITY MLCXNGA EXCESS RETURN STRATEGY BOFA MERRILL LYNCH COMMODITY",
                "indexIdentifier": "MLCXNGAE",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.25,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-24T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0.01,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 8997657.81,
              "currencyCode": "USD",
              "unrealizedAppreciation": 222185.4
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Merrill Lynch International",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4061094",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -313408.3,
            "percentageValue": -0.04167649253
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Merrill Lynch International",
                "lei": "GGDZP1UYGU9STUHRDP48"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BOFA MERRILL LYNCH COMMODITY MLCX2GC GOLD EXCESS RETURN STRATEGY MLCX2GCE",
                "indexIdentifier": "MLCX2GCE",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": -0.01,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2025-03-03T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 29132.53,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 10876477.28,
              "currencyCode": "USD",
              "unrealizedAppreciation": -284275.77
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "JPMorgan Chase Bank, National Association",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4054006",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -150049.9,
            "percentageValue": -0.01995337563
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JPMorgan Chase Bank NA",
                "lei": "7H6GLXDRUGQFU57RNE97"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "J.P. MORGAN CONTAG BETA GAS OIL EXCESS RETURN INDEX JCTABQSE",
                "indexIdentifier": "JCTABQSE",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.25,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-05T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 58069811.8,
              "currencyCode": "USD",
              "unrealizedAppreciation": -150049.9
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "BNP Paribas",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3720457",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -412526.1,
            "percentageValue": -0.05485700578
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "BNP Paribas SA",
                "lei": "R0MUWSFPU8MPRO8K5P83"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BNP PARIBAS COMMODITY DAILY DYNAMIC CURVE CO INDEX BNPIDSCO",
                "indexIdentifier": "BNPIDSCO",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.25,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-08-23T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 17992217.88,
              "currencyCode": "USD",
              "unrealizedAppreciation": -412526.1
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Barclays Bank PLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4057520",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -18460.64,
            "percentageValue": -0.00245486391
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Barclays Bank PLC",
                "lei": "G5GSEF7VJP5I7OUK5573"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Barclays Soybeans Seasonal Excess Return Index",
                "indexIdentifier": "BCC2SOSP",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.19,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-18T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 2404004.68,
              "currencyCode": "USD",
              "unrealizedAppreciation": -18460.64
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Lean Hogs Future",
            "tickers": [
              "LHZ4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 44,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -23512.47,
            "percentageValue": -0.0031266475
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Chicago Mercantile Exchange Inc.",
                "lei": "SNZ2OJLFK8MNNCLQOF39"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "CME Lean Hog Index",
              "indexIdentifier": "IHX",
              "components": []
            },
            "expirationDate": "2024-12-13T05:00:00.000Z",
            "notionalAmount": 1382232.47,
            "currencyCode": "USD",
            "unrealizedAppreciation": -23512.47
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Macquarie Bank Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3897799",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -216546.6,
            "percentageValue": -0.02879599154
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Macquarie Bank Ltd",
                "lei": "4ZHCHI4KYZG2WVRT8631"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MACQUARIE SINGLE COMMODITY ZINC TYPE A ER INDEX MQSDLXER",
                "indexIdentifier": "MQSDLXER",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": -0.12,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-11-01T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 7871365.12,
              "currencyCode": "USD",
              "unrealizedAppreciation": -216546.6
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Goldman Sachs International",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3703169",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1088838.96,
            "percentageValue": -0.14479191771
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Goldman Sachs International",
                "lei": "W22LROWP2IHZNBB6K528"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "GOLDMAN SACHS GSCI A31 COTTON ENHANCED ER AGGSCT31",
                "indexIdentifier": "AGGSCT31",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.35,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-21T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 18012206.8,
              "currencyCode": "USD",
              "unrealizedAppreciation": -1088838.96
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "G8114D431",
            "name": "Invesco US Dollar Liquidity Portfolio",
            "lei": "54930019DCE0F2PV4F17",
            "title": "Invesco US Dollar Liquidity Portfolio, Institutional Class",
            "isin": "IE00BYX96N67",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 150539467.16,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 150539467.16,
            "percentageValue": 20.01847742644
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "IE",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Barclays Bank PLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4172251",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -882748.4,
            "percentageValue": -0.11738635224
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Barclays Bank PLC",
                "lei": "G5GSEF7VJP5I7OUK5573"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BARCLAYS WTI CRUDE ROLL YIELD 9M ER BCC2CLKP",
                "indexIdentifier": "BCC2CLKP",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.17,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-04-08T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 25547190.4,
              "currencyCode": "USD",
              "unrealizedAppreciation": -882748.4
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Morgan Stanley Capital Services LLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3908245",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1118131.5,
            "percentageValue": -0.14868718891
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Morgan Stanley Capital Services LLC",
                "lei": "I7331LVCZKQKX5T7XV54"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MORGAN STANLEY SOYBEAN OIL DYNAMIC SUBINDEX EARLY ROLL EXCESS RETURN MOTC3279",
                "indexIdentifier": "MOTC3279",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.3,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-12-06T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 26125778.1,
              "currencyCode": "USD",
              "unrealizedAppreciation": -1118131.5
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "78011GBZ9",
            "name": "Royal Bank of Canada",
            "lei": "ES7IP3U3RHIGC71XBU11",
            "title": "Royal Bank of Canada",
            "tickers": [
              "RBCLP02"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 15500000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 20229806.4,
            "percentageValue": 2.690124592571
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "CORP"
            }
          },
          "country": "CA",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2024-09-03T04:00:00.000Z",
            "couponKind": "Fixed",
            "annualizedRate": 0.1,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Macquarie Bank Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4054974",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 761565.2,
            "percentageValue": 0.101271620343
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Macquarie Bank Ltd",
                "lei": "4ZHCHI4KYZG2WVRT8631"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Macquarie Aluminum Dynamic Selection Index",
                "indexIdentifier": "MQCP178E",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.3,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-07T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 65154013.05,
              "currencyCode": "USD",
              "unrealizedAppreciation": 761565.2
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "825252885",
            "name": "Invesco Government & Agency Portfolio",
            "lei": "5493007T1J7WZ5QI1A47",
            "title": "Invesco Government & Agency Portfolio, Institutional Class",
            "isin": "US8252528851",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 117576282.41,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 117576282.41,
            "percentageValue": 15.6350902505
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "91282CFD8",
            "name": "U.S. Treasury Floating Rate Notes",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Floating Rate Notes",
            "isin": "US91282CFD83",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 59200000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 59201783.1,
            "percentageValue": 7.872550507523
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2024-07-31T04:00:00.000Z",
            "couponKind": "Floating",
            "annualizedRate": 5.362744,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Macquarie Bank Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3706272",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 42504.36,
            "percentageValue": 0.005652156123
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Macquarie Bank Ltd",
                "lei": "4ZHCHI4KYZG2WVRT8631"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MACQUARIE COMMODITY CUSTOMIZED PRODUCT 182 ER MQCC182E",
                "indexIdentifier": "MQCC182E",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.34,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-07-03T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 3451703.79,
              "currencyCode": "USD",
              "unrealizedAppreciation": 42504.36
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Morgan Stanley Capital Services LLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3723959",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -719430.75,
            "percentageValue": -0.09566865421
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Morgan Stanley Capital Services LLC",
                "lei": "I7331LVCZKQKX5T7XV54"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MORGAN STANLEY 2 RBOB D0 MSCY2XB0",
                "indexIdentifier": "MSCY2XB0",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.15,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-09-06T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 22149738,
              "currencyCode": "USD",
              "unrealizedAppreciation": -719430.75
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Morgan Stanley Capital Services LLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4059424",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1292114.24,
            "percentageValue": -0.17182311213
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Morgan Stanley Capital Services LLC",
                "lei": "I7331LVCZKQKX5T7XV54"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MORGAN STANLEY 2 KANSAS WHEAT D0 MSCY2KW0",
                "indexIdentifier": "MSCY2KW0",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": -0.05,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2025-02-26T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 14417327.36,
              "currencyCode": "USD",
              "unrealizedAppreciation": -1292114.24
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "UBS AG",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3908244",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -2880558.2,
            "percentageValue": -0.38305163682
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "UBS AG",
                "lei": "BFM8T61CT2L1QCEMIK50"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "UBS MODIFIED ROLL SELECT HEATING OIL STRATEGY UBSMRSHO",
                "indexIdentifier": "UBSMRSHO",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.3,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-12-06T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 54363171.2,
              "currencyCode": "USD",
              "unrealizedAppreciation": -2880558.2
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Cotton No. 2 Future",
            "tickers": [
              "CTZ4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 355,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -946244.66,
            "percentageValue": -0.12582997484
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures U.S., Inc.",
                "lei": "5493004R83R1LVX2IL36"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Cotton No. 2",
              "issueTitle": "Cotton No. 2",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-12-06T05:00:00.000Z",
            "notionalAmount": 14583569.66,
            "currencyCode": "USD",
            "unrealizedAppreciation": -946244.66
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        }
      ],
      "seriesMetadata": [
        {
          "ownerCik": "0000826644",
          "seriesId": "S000030111",
          "seriesName": "Invesco Balanced-Risk Commodity Strategy Fund",
          "classContract": [
            {
              "classId": "C000092474",
              "className": "Class A",
              "classTicker": "BRCAX"
            },
            {
              "classId": "C000092476",
              "className": "Class C",
              "classTicker": "BRCCX"
            },
            {
              "classId": "C000092477",
              "className": "Class R",
              "classTicker": "BRCRX"
            },
            {
              "classId": "C000092478",
              "className": "Class Y",
              "classTicker": "BRCYX"
            },
            {
              "classId": "C000092479",
              "className": "CLASS R5",
              "classTicker": "BRCNX"
            },
            {
              "classId": "C000120704",
              "className": "CLASS R6",
              "classTicker": "IBRFX"
            }
          ]
        }
      ],
      "signature": {
        "date": "2024-05-30T04:00:00.000Z",
        "nameOfApplicant": "AIM Investment Funds (Invesco Investment Funds)",
        "text": "Adrien Deberghes",
        "name": "Adrien Deberghes",
        "title": "Principal Financial Officer and Treasurer"
      },
      "submissionType": "NPORT-P"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001752724-24-152369.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/826644/0001752724-24-152369.txt",
        "date": "2024-07-01T21:20:37.000Z",
        "ciks": [
          "826644"
        ]
      },
      "documents": [],
      "explanatoryNotes": [],
      "filerInformation": {
        "filer": {
          "cik": "826644"
        },
        "notificationEmails": [],
        "seriesClassInformation": {
          "seriesId": "S000038362",
          "classIds": [
            "C000131985",
            "C000131988",
            "C000131989",
            "C000131984",
            "C000131986",
            "C000131987"
          ]
        }
      },
      "fundInformation": {
        "totalAssets": 162194206.93,
        "totalLiabilities": 1451387.47,
        "netAssets": 160742819.46,
        "miscSecuritiesAssets": 0,
        "investedAssets": 37119292.7,
        "amountsPayableWithinOneYear": {
          "borrowings": 0,
          "controlledCompanies": 0,
          "otherAffiliates": 0,
          "other": 0
        },
        "amountsPayableAfterOneYear": {
          "borrowings": 0,
          "controlledCompanies": 0,
          "otherAffiliates": 0,
          "other": 0
        },
        "firmCommitment": 0,
        "standbyCommitment": 0,
        "liquidationPreference": 0,
        "cashAndEquivalentsNotReported": 16601453.83,
        "portfolioLevelRisk": {
          "currencyMetrics": [
            {
              "currencyCode": "AUD",
              "interestRateRiskDV01": {
                "threeMonth": 118.42339976,
                "oneYear": -229.60314442,
                "fiveYear": -964.30720071,
                "tenYear": -6365.39254147,
                "thirtyYear": -39.02158537
              },
              "interestRateRiskDV100": {
                "threeMonth": 11821.30090997,
                "oneYear": -22731.68261307,
                "fiveYear": -94483.2666968,
                "tenYear": -607672.57658302,
                "thirtyYear": -3887.54301806
              }
            },
            {
              "currencyCode": "EUR",
              "interestRateRiskDV01": {
                "threeMonth": -22.89022385,
                "oneYear": 25.76164743,
                "fiveYear": 527.61905401,
                "tenYear": 1378.96017963,
                "thirtyYear": 0
              },
              "interestRateRiskDV100": {
                "threeMonth": -2279.17642025,
                "oneYear": 2546.87939675,
                "fiveYear": 51733.25525201,
                "tenYear": 134307.26049794,
                "thirtyYear": 0
              }
            },
            {
              "currencyCode": "GBP",
              "interestRateRiskDV01": {
                "threeMonth": 69.38664222,
                "oneYear": -90.73654036,
                "fiveYear": -384.83578233,
                "tenYear": -3643.54370112,
                "thirtyYear": -329.79991582
              },
              "interestRateRiskDV100": {
                "threeMonth": 6927.4366794,
                "oneYear": -8985.10831349,
                "fiveYear": -37708.90194777,
                "tenYear": -352240.77949602,
                "thirtyYear": -32218.70002145
              }
            },
            {
              "currencyCode": "JPY",
              "interestRateRiskDV01": {
                "threeMonth": 173.04973812,
                "oneYear": -7.3227659,
                "fiveYear": -5836.11316283,
                "tenYear": -4360.80284618,
                "thirtyYear": 0
              },
              "interestRateRiskDV100": {
                "threeMonth": 17272.60987268,
                "oneYear": -724.80072572,
                "fiveYear": -563175.47596007,
                "tenYear": -422318.3949423,
                "thirtyYear": 0
              }
            },
            {
              "currencyCode": "USD",
              "interestRateRiskDV01": {
                "threeMonth": -668.70549471,
                "oneYear": 409.48106451,
                "fiveYear": 753.79205679,
                "tenYear": 3330.52542316,
                "thirtyYear": 972.51181424
              },
              "interestRateRiskDV100": {
                "threeMonth": -66522.38822091,
                "oneYear": 46243.42183364,
                "fiveYear": 75357.23502237,
                "tenYear": 313607.27497811,
                "thirtyYear": 91423.56701796
              }
            }
          ],
          "creditSpreadRiskInvestmentGrade": {
            "threeMonth": 0,
            "oneYear": 0,
            "fiveYear": 0,
            "tenYear": 0,
            "thirtyYear": 0
          },
          "creditSpreadRiskNonInvestmentGrade": {
            "threeMonth": 0,
            "oneYear": 0,
            "fiveYear": 0,
            "tenYear": 0,
            "thirtyYear": 0
          }
        },
        "borrowers": [],
        "cashCollateralInformation": {
          "isNonCashCollateral": false
        },
        "returnInformation": {
          "monthlyTotalReturns": [
            {
              "return1": 1.6044,
              "return2": 1.447409,
              "return3": -0.77797,
              "classId": "C000131985"
            },
            {
              "return1": 1.44904,
              "return2": 1.55834,
              "return3": -0.767448,
              "classId": "C000131988"
            },
            {
              "return1": 1.560459,
              "return2": 1.536513,
              "return3": -0.756939,
              "classId": "C000131989"
            },
            {
              "return1": 1.578988,
              "return2": 1.554656,
              "return3": -0.765322,
              "classId": "C000131984"
            },
            {
              "return1": 1.690498,
              "return2": 1.534338,
              "return3": -0.75534,
              "classId": "C000131986"
            },
            {
              "return1": 1.69484,
              "return2": 1.53836,
              "return3": -0.757282,
              "classId": "C000131987"
            }
          ],
          "monthlyReturnCategories": {
            "commodityContracts": {
              "month1": {
                "netRealizedGain": 2206574.53,
                "netUnrealizedAppreciation": -1439084.74
              },
              "month2": {
                "netRealizedGain": -470331.74,
                "netUnrealizedAppreciation": 1189093.49
              },
              "month3": {
                "netRealizedGain": 317142.8,
                "netUnrealizedAppreciation": -1633371.45
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 1546528.02,
                  "netUnrealizedAppreciation": -1276208.34
                },
                "month2": {
                  "netRealizedGain": -449650.07,
                  "netUnrealizedAppreciation": 655066.36
                },
                "month3": {
                  "netRealizedGain": 317142.8,
                  "netUnrealizedAppreciation": -1709920.13
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 660046.51,
                  "netUnrealizedAppreciation": -162876.4
                },
                "month2": {
                  "netRealizedGain": -20681.67,
                  "netUnrealizedAppreciation": 534027.13
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 76548.68
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "creditContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "equityContracts": {
              "month1": {
                "netRealizedGain": 1955059.17,
                "netUnrealizedAppreciation": -560875.56
              },
              "month2": {
                "netRealizedGain": 1435092.6,
                "netUnrealizedAppreciation": -213117.01
              },
              "month3": {
                "netRealizedGain": -430284.04,
                "netUnrealizedAppreciation": 1226834.26
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": -448134.83,
                  "netUnrealizedAppreciation": 76450.18
                },
                "month2": {
                  "netRealizedGain": 498608.14,
                  "netUnrealizedAppreciation": -451508.43
                },
                "month3": {
                  "netRealizedGain": 125602.92,
                  "netUnrealizedAppreciation": 1405855
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": -34320.93,
                  "netUnrealizedAppreciation": -170297.84
                },
                "month2": {
                  "netRealizedGain": -103846.33,
                  "netUnrealizedAppreciation": 15476.21
                },
                "month3": {
                  "netRealizedGain": -99997.18,
                  "netUnrealizedAppreciation": 195202.18
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 2437514.93,
                  "netUnrealizedAppreciation": -467027.9
                },
                "month2": {
                  "netRealizedGain": 1040330.79,
                  "netUnrealizedAppreciation": 222915.21
                },
                "month3": {
                  "netRealizedGain": -1196535.96,
                  "netUnrealizedAppreciation": -374223.09
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "foreignExchangeContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "interestRateContracts": {
              "month1": {
                "netRealizedGain": 519838.9,
                "netUnrealizedAppreciation": -506091.81
              },
              "month2": {
                "netRealizedGain": -103204.09,
                "netUnrealizedAppreciation": 348112.64
              },
              "month3": {
                "netRealizedGain": -7871.81,
                "netUnrealizedAppreciation": -277427.69
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 519838.9,
                  "netUnrealizedAppreciation": -506091.81
                },
                "month2": {
                  "netRealizedGain": -103204.09,
                  "netUnrealizedAppreciation": 348112.64
                },
                "month3": {
                  "netRealizedGain": -7871.81,
                  "netUnrealizedAppreciation": -277427.69
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "otherContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            }
          },
          "other": {
            "month1": {
              "netRealizedGain": 555.58,
              "netUnrealizedAppreciation": 4568.96
            },
            "month2": {
              "netRealizedGain": -50.76,
              "netUnrealizedAppreciation": -692.56
            },
            "month3": {
              "netRealizedGain": -289.23,
              "netUnrealizedAppreciation": 23664.86
            }
          }
        },
        "monthlyFlows": {
          "month1": {
            "sales": 164397.06,
            "reinvestment": 0,
            "redemption": 38743.91
          },
          "month2": {
            "sales": 5388184.32,
            "reinvestment": 0,
            "redemption": 2621172.26
          },
          "month3": {
            "sales": 1111557.5,
            "reinvestment": 0,
            "redemption": 2518391.9
          }
        },
        "derivativesTransactions": [],
        "vaRInformation": {
          "fundsDesignatedInformation": {}
        }
      },
      "generalInformation": {
        "registrant": {
          "name": "AIM Investment Funds (Invesco Investment Funds)",
          "fileNumber": "811-05426",
          "cik": "826644",
          "lei": "Y5W0BJB7U2X9V6NIC803",
          "address": {
            "street1": "11 Greenway Plaza",
            "street2": "Suite 1000",
            "city": "Houston",
            "country": {
              "kind": "us",
              "state": "US-TX"
            },
            "zipOrPostalCode": "77046-1173"
          },
          "phoneNumber": "800-959-4246"
        },
        "series": {
          "name": "Invesco Macro Allocation Strategy Fund",
          "id": "S000038362",
          "lei": "549300JLK5EEK0QQ3G41"
        },
        "reportingPeriod": {
          "end": "2024-10-31T04:00:00.000Z",
          "date": "2024-04-30T04:00:00.000Z"
        },
        "isFinalFiling": false
      },
      "investmentsOrSecurities": [
        {
          "identification": {
            "title": "LME Nickel Future",
            "isin": "GB00H23T7997",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 7,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 94436.3,
            "percentageValue": 0.058749933786
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "London Metal Exchange",
                "lei": "213800NB8G5VRT1DXC91"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "LME Nickel",
              "issueTitle": "LME Nickel",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-17T04:00:00.000Z",
            "notionalAmount": 710661.7,
            "currencyCode": "USD",
            "unrealizedAppreciation": 94436.3
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "JPMorgan Chase Bank, National Association",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3906544",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 866.4,
            "percentageValue": 0.000538997637
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JPMorgan Chase Bank NA",
                "lei": "7H6GLXDRUGQFU57RNE97"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Invesco U.S. Low Volatility Total Return Index",
                "indexIdentifier": "IIULT",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": 0.415,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-26T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 138523,
              "currencyCode": "USD",
              "unrealizedAppreciation": 866.4
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Gasoline Reformulated Blendstock Oxygenate Blending Future",
            "tickers": [
              "XBM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 27,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -63903.38,
            "percentageValue": -0.03975504486
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "New York Mercantile Exchange, Inc.",
                "lei": "5493008GFNDTXFPHWI47"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Bloomberg 87 Octane RBOB Gasoline Prompt Month Spot Pipeline Px/New York Harbor",
              "indexIdentifier": "RBOB87PM",
              "components": []
            },
            "expirationDate": "2024-05-31T04:00:00.000Z",
            "notionalAmount": 3115724.18,
            "currencyCode": "USD",
            "unrealizedAppreciation": -63903.38
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Cocoa Future",
            "tickers": [
              "CCN4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 2,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 65868.05,
            "percentageValue": 0.040977289201
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures U.S., Inc.",
                "lei": "5493004R83R1LVX2IL36"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Cocoa",
              "issueTitle": "Cocoa",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-16T04:00:00.000Z",
            "notionalAmount": 119791.95,
            "currencyCode": "USD",
            "unrealizedAppreciation": 65868.05
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "91282CJU6",
            "name": "U.S. Treasury Floating Rate Notes",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Floating Rate Notes",
            "isin": "US91282CJU62",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 23030000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 23082503.1,
            "percentageValue": 14.35989686975
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2026-01-31T05:00:00.000Z",
            "couponKind": "Floating",
            "annualizedRate": 5.570744,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Canada 10 Year Bond Future",
            "tickers": [
              "CNM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -94,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "CAD",
              "exchangeRate": 1.3767
            },
            "valueUSD": 184362.57,
            "percentageValue": 0.114694124825
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DIR"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Montreal Exchange",
                "lei": "549300DKBYNOI0B1NP44"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Canadian Government Bond",
              "issueTitle": "Canadian Government Bond",
              "identifiers": {
                "cusip": "135087N59",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-19T04:00:00.000Z",
            "notionalAmount": 11250862.73,
            "currencyCode": "CAD",
            "unrealizedAppreciation": 184362.57
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Macquarie Bank Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3906237",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -20343.96,
            "percentageValue": -0.01265621697
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Macquarie Bank Ltd",
                "lei": "4ZHCHI4KYZG2WVRT8631"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MACQUARIE SINGLE COMMODITY ALUMINIUM TYPE A ER INDEX MQSDLAER",
                "indexIdentifier": "MQSDLAER",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "fixed",
                "rate": -0.135,
                "currencyCode": "USD",
                "amount": 0
              },
              "paymentToAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "terminationDate": "2024-12-09T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 1998016.44,
              "currencyCode": "USD",
              "unrealizedAppreciation": -20343.96
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4008838",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 36195,
            "percentageValue": 0.022517335531
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 465,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-12-20T05:00:00.000Z",
            "unrealizedAppreciation": -55602.33
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "46138G888",
            "name": "Invesco Short Term Treasury ETF",
            "lei": "549300E094R1VT171085",
            "title": "Invesco Short Term Treasury ETF",
            "isin": "US46138G8886",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 61500,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 6484560,
            "percentageValue": 4.034121102133
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "EC"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Corn Future",
            "tickers": [
              "C N4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -78,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 188446.97,
            "percentageValue": 0.117235078141
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Corn",
              "issueTitle": "Corn",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-12T04:00:00.000Z",
            "notionalAmount": 1930771.97,
            "currencyCode": "USD",
            "unrealizedAppreciation": 188446.97
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Citigroup Global Markets Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4061545",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 31276.27,
            "percentageValue": 0.019457335702
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Citigroup Global Markets Ltd",
                "lei": "XKZZ2JZF41MRHTR1V493"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI EAFE QUALITY NET TOTAL RETURN USD INDEX M1EAQU",
                "indexIdentifier": "M1EAQU",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": -0.06,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-05-29T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 2048834.25,
              "currencyCode": "USD",
              "unrealizedAppreciation": 31276.27
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4116782",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 67089,
            "percentageValue": 0.041736856567
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 493,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2025-02-21T05:00:00.000Z",
            "unrealizedAppreciation": -27722.02
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Brent Crude Future",
            "isin": "GB00H1TWHF17",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 32,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 156754.56,
            "percentageValue": 0.097518856846
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures Europe",
                "lei": "549300UF4R84F48NCH34"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Brent Crude Index",
              "indexIdentifier": "COY",
              "components": []
            },
            "expirationDate": "2024-06-28T04:00:00.000Z",
            "notionalAmount": 2582765.44,
            "currencyCode": "USD",
            "unrealizedAppreciation": 156754.56
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "MSCI Emerging Markets Index Future",
            "tickers": [
              "MESM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 88,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -43836.51,
            "percentageValue": -0.02727120884
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures U.S., Inc.",
                "lei": "5493004R83R1LVX2IL36"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "MSCI Emerging Markets Index",
              "indexIdentifier": "MXEF",
              "components": []
            },
            "expirationDate": "2024-06-21T04:00:00.000Z",
            "notionalAmount": 4628636.51,
            "currencyCode": "USD",
            "unrealizedAppreciation": -43836.51
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "JPMorgan Chase Bank, National Association",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3903391",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 31190.4,
            "percentageValue": 0.019403914964
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JPMorgan Chase Bank NA",
                "lei": "7H6GLXDRUGQFU57RNE97"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Invesco U.S. Low Volatility Total Return Index",
                "indexIdentifier": "IIULT",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": 0.415,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-26T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 4986828,
              "currencyCode": "USD",
              "unrealizedAppreciation": 31190.4
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Low Sulphur Gas Oil Future",
            "isin": "GB00H208PR31",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 48,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -294790.39,
            "percentageValue": -0.18339257143
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures Europe",
                "lei": "549300UF4R84F48NCH34"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Low Sulphur Gas Oil",
              "issueTitle": "Low Sulphur Gas Oil",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-05-10T04:00:00.000Z",
            "notionalAmount": 4009990.39,
            "currencyCode": "USD",
            "unrealizedAppreciation": -294790.39
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "825252406",
            "name": "Invesco Treasury Portfolio",
            "lei": "5493004B3TM8ZIDDDC39",
            "title": "Invesco Treasury Portfolio, Institutional Class",
            "isin": "US8252524066",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 23194172.81,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 23194172.81,
            "percentageValue": 14.42936791075
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "MSCI EAFE Index Future",
            "tickers": [
              "MFSM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -190,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 551303.28,
            "percentageValue": 0.34297225957
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "MSCI EAFE Index",
              "indexIdentifier": "MXEA",
              "components": []
            },
            "expirationDate": "2024-06-21T04:00:00.000Z",
            "notionalAmount": 22092553.28,
            "currencyCode": "USD",
            "unrealizedAppreciation": 551303.28
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "91282CKM2",
            "name": "U.S. Treasury Floating Rate Notes",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Floating Rate Notes",
            "isin": "US91282CKM28",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 24000000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 23994818.88,
            "percentageValue": 14.92745925485
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2026-04-30T04:00:00.000Z",
            "couponKind": "Floating",
            "annualizedRate": 5.475744,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Japan 10 year Bonds Future",
            "tickers": [
              "JBM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 16,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "JPY",
              "exchangeRate": 157.715
            },
            "valueUSD": -97609.55,
            "percentageValue": -0.06072404996
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DIR"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Osaka Exchange",
                "lei": "3538001249AILNPRUX57"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Japan Government Bond",
              "issueTitle": "Japan Government Bond",
              "identifiers": {
                "cusip": "BQ3480895",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-13T04:00:00.000Z",
            "notionalAmount": 2327394490,
            "currencyCode": "JPY",
            "unrealizedAppreciation": -97609.55
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "J.P. Morgan Securities PLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4061548",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -29346.55,
            "percentageValue": -0.01825683417
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JP Morgan Securities PLC",
                "lei": "K6Q0W1PS1L1O4IQL9C32"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Invesco US Large Cap Broad Quality Total Return Index",
                "indexIdentifier": "IIULBQT",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": 0.57,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-09-26T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 2301801.45,
              "currencyCode": "USD",
              "unrealizedAppreciation": -29346.55
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "825252729",
            "name": "Invesco Liquid Assets Portfolio",
            "lei": "549300DC1W0JSX3QRC47",
            "title": "Invesco Liquid Assets Portfolio",
            "isin": "US8252527291",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 14649418.377,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 14653813.2,
            "percentageValue": 9.116309673569
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3799627",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 2071,
            "percentageValue": 0.001288393476
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 425,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-06-21T04:00:00.000Z",
            "unrealizedAppreciation": -54809.16
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "BNP Paribas",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4061544",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 21429.26,
            "percentageValue": 0.013331394877
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "BNP Paribas SA",
                "lei": "R0MUWSFPU8MPRO8K5P83"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI EAFE MOMENTUM USD NET TOTAL RETURN INDEX M1EAMM",
                "indexIdentifier": "M1EAMM",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": -0.1,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-05-29T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 2376416.7,
              "currencyCode": "USD",
              "unrealizedAppreciation": 21429.26
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "New York Harbor Ultra-Low Sulfur Diesel Future",
            "tickers": [
              "HOM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 28,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -84080.36,
            "percentageValue": -0.05230738161
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "New York Mercantile Exchange, Inc.",
                "lei": "5493008GFNDTXFPHWI47"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "NYMEX NY Harbor ULSD Futures",
              "issueTitle": "NYMEX NY Harbor ULSD Futures",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-05-31T04:00:00.000Z",
            "notionalAmount": 3056537.96,
            "currencyCode": "USD",
            "unrealizedAppreciation": -84080.36
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3958907",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 15257,
            "percentageValue": 0.009491559281
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 437,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-10-18T04:00:00.000Z",
            "unrealizedAppreciation": -81985.79
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Australia 10 Year Bonds Future",
            "tickers": [
              "XMM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 137,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "AUD",
              "exchangeRate": 1.5437
            },
            "valueUSD": -322801.7,
            "percentageValue": -0.20081873708
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DIR"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Sydney Futures Exchange"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Australia Government Bond",
              "issueTitle": "Australia Government Bond",
              "identifiers": {
                "cusip": "BV8650343",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-17T04:00:00.000Z",
            "notionalAmount": 15914977.49,
            "currencyCode": "AUD",
            "unrealizedAppreciation": -322801.7
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Coffee 'C' Future",
            "tickers": [
              "KCN4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 13,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 115992.28,
            "percentageValue": 0.072160162668
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures U.S., Inc.",
                "lei": "5493004R83R1LVX2IL36"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Coffee 'C'",
              "issueTitle": "Coffee 'C'",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-19T04:00:00.000Z",
            "notionalAmount": 940176.47,
            "currencyCode": "USD",
            "unrealizedAppreciation": 115992.28
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "JPMorgan Chase Bank, National Association",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3903720",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -53903.61,
            "percentageValue": -0.03353407025
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JPMorgan Chase Bank NA",
                "lei": "7H6GLXDRUGQFU57RNE97"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Invesco U.S. Large Cap Broad Price Momentum Total Return Index",
                "indexIdentifier": "IIULBMT",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": 0.42,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-27T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 5002995.66,
              "currencyCode": "USD",
              "unrealizedAppreciation": -53903.61
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3777783",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 437,
            "percentageValue": 0.000271862843
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 420,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-05-17T04:00:00.000Z",
            "unrealizedAppreciation": -48279.16
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3984317",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 16815,
            "percentageValue": 0.010460809419
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 429,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-11-15T05:00:00.000Z",
            "unrealizedAppreciation": -80848.73
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Soybean Future",
            "tickers": [
              "S N4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 16,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -112422.32,
            "percentageValue": -0.06993924853
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Soybean",
              "issueTitle": "Soybean",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-12T04:00:00.000Z",
            "notionalAmount": 1042822.32,
            "currencyCode": "USD",
            "unrealizedAppreciation": -112422.32
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3849433",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 16397,
            "percentageValue": 0.010200766699
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 465,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-08-16T04:00:00.000Z",
            "unrealizedAppreciation": -88854.16
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "J.P. Morgan Securities PLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4061547",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -24321.15,
            "percentageValue": -0.01513047368
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JP Morgan Securities PLC",
                "lei": "K6Q0W1PS1L1O4IQL9C32"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Invesco U.S. Large Cap Broad Price Momentum Total Return Index",
                "indexIdentifier": "IIULBMT",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": 0.42,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-27T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 2257336.9,
              "currencyCode": "USD",
              "unrealizedAppreciation": -24321.15
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "E-Mini Russell 2000 Index Future",
            "tickers": [
              "RTYM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 30,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -178178.5,
            "percentageValue": -0.11084694208
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Chicago Mercantile Exchange Inc.",
                "lei": "SNZ2OJLFK8MNNCLQOF39"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "RUSSELL 2000 INDEX RTY",
              "indexIdentifier": "RTY",
              "components": []
            },
            "expirationDate": "2024-06-21T04:00:00.000Z",
            "notionalAmount": 3156578.5,
            "currencyCode": "USD",
            "unrealizedAppreciation": -178178.5
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Soybean Oil Future",
            "tickers": [
              "BON4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 8,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -29131.28,
            "percentageValue": -0.01812291217
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Soybean Oil",
              "issueTitle": "Soybean Oil",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-12T04:00:00.000Z",
            "notionalAmount": 235579.28,
            "currencyCode": "USD",
            "unrealizedAppreciation": -29131.28
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Citigroup Global Markets Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4061546",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 68906.8,
            "percentageValue": 0.042867731343
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Citigroup Global Markets Ltd",
                "lei": "XKZZ2JZF41MRHTR1V493"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI EAFE MINIMUM VOLATILITY NET TOTAL RETURN INDEX M1EAMVOL",
                "indexIdentifier": "M1EAMVOL",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": -0.01,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-05-29T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 2570135.6,
              "currencyCode": "USD",
              "unrealizedAppreciation": 68906.8
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Gold 100 Oz. Future",
            "tickers": [
              "GCM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -15,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -181387.65,
            "percentageValue": -0.11284339207
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Commodities Exchange Inc."
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Gold 100 Oz.",
              "issueTitle": "Gold 100 Oz.",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-26T04:00:00.000Z",
            "notionalAmount": 3272962.35,
            "currencyCode": "USD",
            "unrealizedAppreciation": -181387.65
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Citigroup Global Markets Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4058356",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 122254,
            "percentageValue": 0.076055652383
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Citigroup Global Markets Ltd",
                "lei": "XKZZ2JZF41MRHTR1V493"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI EAFE MINIMUM VOLATILITY NET TOTAL RETURN INDEX M1EAMVOL",
                "indexIdentifier": "M1EAMVOL",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": -0.15,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-05-29T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 4559918,
              "currencyCode": "USD",
              "unrealizedAppreciation": 122254
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "WTI Crude Future",
            "tickers": [
              "CLV4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 21,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 2047.29,
            "percentageValue": 0.001273643206
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "New York Mercantile Exchange, Inc.",
                "lei": "5493008GFNDTXFPHWI47"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "CRUDE OIL DOMESTIC SWEET (DSW) CUSHING CASH FORMULA (CUSHING CASH EXPIRY) CRUDE OIL DOMESTIC SWEET (",
              "indexIdentifier": "USCRWTIC",
              "components": []
            },
            "expirationDate": "2024-09-20T04:00:00.000Z",
            "notionalAmount": 1661362.71,
            "currencyCode": "USD",
            "unrealizedAppreciation": 2047.29
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Kansas City Wheat Future",
            "tickers": [
              "KWN4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -76,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -89275.64,
            "percentageValue": -0.05553942645
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Commodity Futures",
              "issueTitle": "Commodity Futures",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-12T04:00:00.000Z",
            "notionalAmount": 2324674.36,
            "currencyCode": "USD",
            "unrealizedAppreciation": -89275.64
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "E-Mini S&P 500 Index Future",
            "tickers": [
              "ESM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -98,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 614305.16,
            "percentageValue": 0.382166470678
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Chicago Mercantile Exchange Inc.",
                "lei": "SNZ2OJLFK8MNNCLQOF39"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 Index",
              "indexIdentifier": "SPX",
              "components": []
            },
            "expirationDate": "2024-06-21T04:00:00.000Z",
            "notionalAmount": 25442605.16,
            "currencyCode": "USD",
            "unrealizedAppreciation": 614305.16
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "EURO STOXX 50 Index Future",
            "isin": "DE000C6XKBW6",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 114,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "EUR",
              "exchangeRate": 0.937
            },
            "valueUSD": -745.27,
            "percentageValue": -0.00046364123
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Eurex Deutschland"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "EURO STOXX 50 Index",
              "indexIdentifier": "SX5E",
              "components": []
            },
            "expirationDate": "2024-06-21T04:00:00.000Z",
            "notionalAmount": 5583278.34,
            "currencyCode": "EUR",
            "unrealizedAppreciation": -745.27
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "FTSE 100 Index Future",
            "isin": "GB00KHLXXF30",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 76,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "GBP",
              "exchangeRate": 0.8003
            },
            "valueUSD": 227416.61,
            "percentageValue": 0.141478549874
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE FUTURES EUROPE - FINANCIAL PRODUCTS DIVISION"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "FTSE 100 Index",
              "indexIdentifier": "UKX",
              "components": []
            },
            "expirationDate": "2024-06-21T04:00:00.000Z",
            "notionalAmount": 6018461.22,
            "currencyCode": "GBP",
            "unrealizedAppreciation": 227416.61
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Long Gilt Future",
            "isin": "GB00KKWBC053",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 41,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "GBP",
              "exchangeRate": 0.8003
            },
            "valueUSD": -140330.78,
            "percentageValue": -0.08730142999
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DIR"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE FUTURES EUROPE - FINANCIAL PRODUCTS DIVISION"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "United Kingdom Gilt",
              "issueTitle": "United Kingdom Gilt",
              "identifiers": {
                "cusip": "EC8677113",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-26T04:00:00.000Z",
            "notionalAmount": 4039285.04,
            "currencyCode": "GBP",
            "unrealizedAppreciation": -140330.78
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Euro-Bund Future",
            "isin": "DE000C75XMU8",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -18,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "EUR",
              "exchangeRate": 0.937
            },
            "valueUSD": 50396.55,
            "percentageValue": 0.031352286944
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DIR"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Eurex Deutschland"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Bundesrepublik Deutschland Bundesanleihe",
              "issueTitle": "Bundesrepublik Deutschland Bundesanleihe",
              "identifiers": {
                "cusip": "ZM1985385",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-06T04:00:00.000Z",
            "notionalAmount": 2388663.13,
            "currencyCode": "EUR",
            "unrealizedAppreciation": 50396.55
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Wheat Future",
            "tickers": [
              "W N4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -61,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 86104.92,
            "percentageValue": 0.053566884224
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Wheat",
              "issueTitle": "Wheat",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-12T04:00:00.000Z",
            "notionalAmount": 1926017.42,
            "currencyCode": "USD",
            "unrealizedAppreciation": 86104.92
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "G8114D431",
            "name": "Invesco US Dollar Liquidity Portfolio",
            "lei": "54930019DCE0F2PV4F17",
            "title": "Invesco US Dollar Liquidity Portfolio, Institutional Class",
            "isin": "IE00BYX96N67",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 12939382.09,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 12939382.09,
            "percentageValue": 8.049741900427
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "IE",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P/TSX 60 Index Future",
            "tickers": [
              "PTM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 33,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "CAD",
              "exchangeRate": 1.3767
            },
            "valueUSD": -62607.55,
            "percentageValue": -0.03894889377
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Montreal Exchange",
                "lei": "549300DKBYNOI0B1NP44"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P/TSX 60 Index",
              "indexIdentifier": "SPTSX60",
              "components": []
            },
            "expirationDate": "2024-06-20T04:00:00.000Z",
            "notionalAmount": 8702488.68,
            "currencyCode": "CAD",
            "unrealizedAppreciation": -62607.55
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Citigroup Global Markets Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4058354",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 77225.37,
            "percentageValue": 0.048042811653
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Citigroup Global Markets Ltd",
                "lei": "XKZZ2JZF41MRHTR1V493"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI EAFE QUALITY NET TOTAL RETURN USD INDEX M1EAQU",
                "indexIdentifier": "M1EAQU",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": -0.13,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-05-29T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 5058850,
              "currencyCode": "USD",
              "unrealizedAppreciation": 77225.37
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Natural Gas Future",
            "tickers": [
              "NGZ24"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -73,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 17615.1,
            "percentageValue": 0.010958561047
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "New York Mercantile Exchange, Inc.",
                "lei": "5493008GFNDTXFPHWI47"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Henry Hub Natural Gas Spot Price",
              "indexIdentifier": "NGUSHHUB",
              "components": []
            },
            "expirationDate": "2024-11-26T05:00:00.000Z",
            "notionalAmount": 2592325.1,
            "currencyCode": "USD",
            "unrealizedAppreciation": 17615.1
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Lean Hogs Future",
            "tickers": [
              "LHZ4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -4,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -76.56,
            "percentageValue": -0.00004762887
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Chicago Mercantile Exchange Inc.",
                "lei": "SNZ2OJLFK8MNNCLQOF39"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "CME Lean Hog Index",
              "indexIdentifier": "IHX",
              "components": []
            },
            "expirationDate": "2024-12-13T05:00:00.000Z",
            "notionalAmount": 123443.44,
            "currencyCode": "USD",
            "unrealizedAppreciation": -76.56
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Barclays Bank PLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4061819",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 51605.84,
            "percentageValue": 0.032104600487
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Barclays Bank PLC",
                "lei": "G5GSEF7VJP5I7OUK5573"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BARCLAYS COMMODITY STRATEGY 1756 INDEX BXCS1756",
                "indexIdentifier": "BXCS1756",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.42,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-03-05T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 15420152.56,
              "currencyCode": "USD",
              "unrealizedAppreciation": 51605.84
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "U.S. Treasury Long Bond Future",
            "tickers": [
              "USM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -40,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 228690.4,
            "percentageValue": 0.142270989626
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DIR"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "U.S. Treasury Bonds",
              "issueTitle": "U.S. Treasury Bonds",
              "identifiers": {
                "cusip": "912810QC5",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-18T04:00:00.000Z",
            "notionalAmount": 4781190.4,
            "currencyCode": "USD",
            "unrealizedAppreciation": 228690.4
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "LME Nickel Future",
            "isin": "GB00H23T7997",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -22,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -193184.2,
            "percentageValue": -0.12018216468
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "London Metal Exchange",
                "lei": "213800NB8G5VRT1DXC91"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "LME Nickel",
              "issueTitle": "LME Nickel",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-17T04:00:00.000Z",
            "notionalAmount": 2337123.8,
            "currencyCode": "USD",
            "unrealizedAppreciation": -193184.2
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Silver Future",
            "tickers": [
              "SIN4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -28,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 160656.1,
            "percentageValue": 0.099946050803
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Commodities Exchange Inc."
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Silver",
              "issueTitle": "Silver",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-29T04:00:00.000Z",
            "notionalAmount": 3892216.1,
            "currencyCode": "USD",
            "unrealizedAppreciation": 160656.1
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4137660",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 104253,
            "percentageValue": 0.064857018403
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 520,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2025-03-21T04:00:00.000Z",
            "unrealizedAppreciation": 6781.98
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4034432",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 50255,
            "percentageValue": 0.031264227023
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 480,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2025-01-17T05:00:00.000Z",
            "unrealizedAppreciation": -45847.73
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "825252885",
            "name": "Invesco Government & Agency Portfolio",
            "lei": "5493007T1J7WZ5QI1A47",
            "title": "Invesco Government & Agency Portfolio, Institutional Class",
            "isin": "US8252528851",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 37742901.26,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 37742901.26,
            "percentageValue": 23.48030312445
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "JPMorgan Chase Bank, National Association",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4175276",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -73347.55,
            "percentageValue": -0.04563037418
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JPMorgan Chase Bank NA",
                "lei": "7H6GLXDRUGQFU57RNE97"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Invesco US Large Cap Broad Quality Total Return Index",
                "indexIdentifier": "IIULBQT",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": 0.63,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-10-25T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 4925345.85,
              "currencyCode": "USD",
              "unrealizedAppreciation": -73347.55
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Live Cattle Future",
            "tickers": [
              "LCZ4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 7,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -16300.79,
            "percentageValue": -0.01014091332
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Chicago Mercantile Exchange Inc.",
                "lei": "SNZ2OJLFK8MNNCLQOF39"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Live Cattle",
              "issueTitle": "Live Cattle",
              "identifiers": {
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-12-31T05:00:00.000Z",
            "notionalAmount": 525340.79,
            "currencyCode": "USD",
            "unrealizedAppreciation": -16300.79
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "J.P. Morgan Securities PLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4061549",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 12346.2,
            "percentageValue": 0.00768071634
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JP Morgan Securities PLC",
                "lei": "K6Q0W1PS1L1O4IQL9C32"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Invesco U.S. Low Volatility Total Return Index",
                "indexIdentifier": "IIULT",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": 0.415,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-26T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 1973952.75,
              "currencyCode": "USD",
              "unrealizedAppreciation": 12346.2
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3827428",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 8227,
            "percentageValue": 0.005118113535
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 453,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-07-19T04:00:00.000Z",
            "unrealizedAppreciation": -78726.16
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Tokyo Stock Price Index Future",
            "tickers": [
              "TPM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 61,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "JPY",
              "exchangeRate": 157.715
            },
            "valueUSD": 167139.12,
            "percentageValue": 0.103979213853
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Osaka Exchange",
                "lei": "3538001249AILNPRUX57"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Tokyo Stock Price Index",
              "indexIdentifier": "TPX",
              "components": []
            },
            "expirationDate": "2024-06-13T04:00:00.000Z",
            "notionalAmount": 1649309653,
            "currencyCode": "JPY",
            "unrealizedAppreciation": 167139.12
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Macquarie Bank Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4175189",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 355467.84,
            "percentageValue": 0.221140727277
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Macquarie Bank Ltd",
                "lei": "4ZHCHI4KYZG2WVRT8631"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MACQUARIE INVESTOR PRODUCT 592E MQCP592E",
                "indexIdentifier": "MQCP592E",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.32,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-04-22T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 53331479.57,
              "currencyCode": "USD",
              "unrealizedAppreciation": 355467.84
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4283702",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 128687,
            "percentageValue": 0.080057697402
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 535,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2025-04-17T04:00:00.000Z",
            "unrealizedAppreciation": 27757.98
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "BNP Paribas",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4058355",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 42518.37,
            "percentageValue": 0.026451178436
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "BNP Paribas SA",
                "lei": "R0MUWSFPU8MPRO8K5P83"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI EAFE MOMENTUM USD NET TOTAL RETURN INDEX M1EAMM",
                "indexIdentifier": "M1EAMM",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": -0.13,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-05-29T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 4715112.5,
              "currencyCode": "USD",
              "unrealizedAppreciation": 42518.37
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Soybean Meal Future",
            "tickers": [
              "SMN4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": -9,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -14162.86,
            "percentageValue": -0.0088108819
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "short",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Soybean Meal",
              "issueTitle": "Soybean Meal",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-07-12T04:00:00.000Z",
            "notionalAmount": 302547.14,
            "currencyCode": "USD",
            "unrealizedAppreciation": -14162.86
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Cotton No. 2 Future",
            "tickers": [
              "CTZ4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 44,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -122911.03,
            "percentageValue": -0.07646439848
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures U.S., Inc.",
                "lei": "5493004R83R1LVX2IL36"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Cotton No. 2",
              "issueTitle": "Cotton No. 2",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-12-06T05:00:00.000Z",
            "notionalAmount": 1813171.03,
            "currencyCode": "USD",
            "unrealizedAppreciation": -122911.03
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Canadian Imperial Bank of Commerce",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4054002",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 12326.58,
            "percentageValue": 0.007668510507
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Canadian Imperial Bank of Commerce",
                "lei": "2IGI19DL77OX0HC3ZE78"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "CIBC DYNAMIC ROLL LME COPPER INDEX 2 CIBC DYNAMIC ROLL LME COPPER I",
                "indexIdentifier": "CIBZDLPA",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.27,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-05T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 205293.24,
              "currencyCode": "USD",
              "unrealizedAppreciation": 12326.58
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Sugar No. 11 Future",
            "tickers": [
              "SBH5"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 60,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -195075.25,
            "percentageValue": -0.12135860914
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures U.S., Inc.",
                "lei": "5493004R83R1LVX2IL36"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Sugar No. 11",
              "issueTitle": "Sugar No. 11",
              "identifiers": {
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2025-02-28T05:00:00.000Z",
            "notionalAmount": 1520931.25,
            "currencyCode": "USD",
            "unrealizedAppreciation": -195075.25
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Mini Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3872964",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 38,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 19665,
            "percentageValue": 0.012233827965
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "MORGAN STANLEY AND CO. INTERNATIONAL PLC",
                "lei": "4PQUHN3JPFGFNF3BB653"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 MINI INDEX XSP",
              "indexIdentifier": "XSP",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 460,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-09-20T04:00:00.000Z",
            "unrealizedAppreciation": -72411.18
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        }
      ],
      "seriesMetadata": [
        {
          "ownerCik": "0000826644",
          "seriesId": "S000038362",
          "seriesName": "Invesco Macro Allocation Strategy Fund",
          "classContract": [
            {
              "classId": "C000131984",
              "className": "Class A",
              "classTicker": "GMSDX"
            },
            {
              "classId": "C000131985",
              "className": "Class C",
              "classTicker": "GMSEX"
            },
            {
              "classId": "C000131986",
              "className": "Class R5",
              "classTicker": "GMSKX"
            },
            {
              "classId": "C000131987",
              "className": "Class R6",
              "classTicker": "GMSLX"
            },
            {
              "classId": "C000131988",
              "className": "Class R",
              "classTicker": "GMSJX"
            },
            {
              "classId": "C000131989",
              "className": "Class Y",
              "classTicker": "GMSHX"
            }
          ]
        }
      ],
      "signature": {
        "date": "2024-05-30T04:00:00.000Z",
        "nameOfApplicant": "AIM Investment Funds (Invesco Investment Funds)",
        "text": "Adrien Deberghes",
        "name": "Adrien Deberghes",
        "title": "Principal Financial Officer and Treasurer"
      },
      "submissionType": "NPORT-P"
    },
    {
      "sourceReference": {
        "source": "filing",
        "filename": "0001752724-24-152370.txt",
        "url": "https://www.sec.gov/Archives/edgar/data/826644/0001752724-24-152370.txt",
        "date": "2024-07-01T21:20:38.000Z",
        "ciks": [
          "826644"
        ]
      },
      "documents": [],
      "explanatoryNotes": [],
      "filerInformation": {
        "filer": {
          "cik": "826644"
        },
        "notificationEmails": [],
        "seriesClassInformation": {
          "seriesId": "S000025654",
          "classIds": [
            "C000120702",
            "C000076840",
            "C000076838",
            "C000076836",
            "C000076839",
            "C000076841"
          ]
        }
      },
      "fundInformation": {
        "totalAssets": 1301708029.91,
        "totalLiabilities": 20317360.92,
        "netAssets": 1281390668.99,
        "miscSecuritiesAssets": 0,
        "investedAssets": 298941521.74,
        "amountsPayableWithinOneYear": {
          "borrowings": 0,
          "controlledCompanies": 0,
          "otherAffiliates": 0,
          "other": 0
        },
        "amountsPayableAfterOneYear": {
          "borrowings": 0,
          "controlledCompanies": 0,
          "otherAffiliates": 0,
          "other": 0
        },
        "firmCommitment": 0,
        "standbyCommitment": 0,
        "liquidationPreference": 0,
        "cashAndEquivalentsNotReported": 137175256.7,
        "portfolioLevelRisk": {
          "currencyMetrics": [
            {
              "currencyCode": "AUD",
              "interestRateRiskDV01": {
                "threeMonth": 2122.74079152,
                "oneYear": -4115.63898275,
                "fiveYear": -17285.21757217,
                "tenYear": -114099.73391306,
                "thirtyYear": -699.4623629
              },
              "interestRateRiskDV100": {
                "threeMonth": 211896.95365138,
                "oneYear": -407465.67012909,
                "fiveYear": -1693613.63326667,
                "tenYear": -10892537.866688,
                "thirtyYear": -69684.25294211
              }
            },
            {
              "currencyCode": "CAD",
              "interestRateRiskDV01": {
                "threeMonth": 1312.51432582,
                "oneYear": -1008.94715047,
                "fiveYear": -29792.67261503,
                "tenYear": -43301.65406851,
                "thirtyYear": 0
              },
              "interestRateRiskDV100": {
                "threeMonth": 131022.67346342,
                "oneYear": -99874.02883371,
                "fiveYear": -2902700.36194729,
                "tenYear": -4242468.54807826,
                "thirtyYear": 0
              }
            },
            {
              "currencyCode": "EUR",
              "interestRateRiskDV01": {
                "threeMonth": 1328.05055585,
                "oneYear": -1225.71162456,
                "fiveYear": -24874.83733186,
                "tenYear": -65011.69715973,
                "thirtyYear": 0
              },
              "interestRateRiskDV100": {
                "threeMonth": 132209.99474857,
                "oneYear": -121188.81099316,
                "fiveYear": -2438987.55975543,
                "tenYear": -6331976.13302291,
                "thirtyYear": 0
              }
            },
            {
              "currencyCode": "GBP",
              "interestRateRiskDV01": {
                "threeMonth": 2239.69883912,
                "oneYear": -2928.65332274,
                "fiveYear": -12423.25621322,
                "tenYear": -117620.75929877,
                "thirtyYear": -10646.5901601
              },
              "interestRateRiskDV100": {
                "threeMonth": 223607.86525881,
                "oneYear": -290006.9319416,
                "fiveYear": -1217317.54666642,
                "tenYear": -11371025.3914544,
                "thirtyYear": -1040083.02658126
              }
            },
            {
              "currencyCode": "JPY",
              "interestRateRiskDV01": {
                "threeMonth": 2069.31623198,
                "oneYear": -87.60474761,
                "fiveYear": -69812.59649706,
                "tenYear": -52164.67895844,
                "thirtyYear": 0
              },
              "interestRateRiskDV100": {
                "threeMonth": 206543.54086236,
                "oneYear": -8671.04662905,
                "fiveYear": -6736802.58817536,
                "tenYear": -5051845.78790688,
                "thirtyYear": 0
              }
            },
            {
              "currencyCode": "USD",
              "interestRateRiskDV01": {
                "threeMonth": 1565.84850592,
                "oneYear": 12697.69972363,
                "fiveYear": -3287.75789724,
                "tenYear": -45784.75096832,
                "thirtyYear": -13369.12515935
              },
              "interestRateRiskDV100": {
                "threeMonth": 158221.90772316,
                "oneYear": 1288910.42801281,
                "fiveYear": -315459.48793943,
                "tenYear": -4311160.90177377,
                "thirtyYear": -1256800.26924144
              }
            }
          ],
          "creditSpreadRiskInvestmentGrade": {
            "threeMonth": 0,
            "oneYear": 0,
            "fiveYear": 0,
            "tenYear": 0,
            "thirtyYear": 0
          },
          "creditSpreadRiskNonInvestmentGrade": {
            "threeMonth": 0,
            "oneYear": 0,
            "fiveYear": 0,
            "tenYear": 0,
            "thirtyYear": 0
          }
        },
        "borrowers": [],
        "cashCollateralInformation": {
          "isNonCashCollateral": false
        },
        "returnInformation": {
          "monthlyTotalReturns": [
            {
              "return1": 1.012428,
              "return2": 3.675229,
              "return3": -2.793045,
              "classId": "C000120702"
            },
            {
              "return1": 1.016636,
              "return2": 3.691439,
              "return3": -2.69675,
              "classId": "C000076840"
            },
            {
              "return1": 0.875,
              "return2": 3.593776,
              "return3": -2.870996,
              "classId": "C000076838"
            },
            {
              "return1": 1.043839,
              "return2": 3.674333,
              "return3": -2.768524,
              "classId": "C000076836"
            },
            {
              "return1": 1.074204,
              "return2": 3.660192,
              "return3": -2.847565,
              "classId": "C000076839"
            },
            {
              "return1": 1.015965,
              "return2": 3.687296,
              "return3": -2.801382,
              "classId": "C000076841"
            }
          ],
          "monthlyReturnCategories": {
            "commodityContracts": {
              "month1": {
                "netRealizedGain": 8700448.33,
                "netUnrealizedAppreciation": -16778599.82
              },
              "month2": {
                "netRealizedGain": -306887.3,
                "netUnrealizedAppreciation": 10595431.81
              },
              "month3": {
                "netRealizedGain": 5935418.81,
                "netUnrealizedAppreciation": -14424934.34
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 5915663.67,
                  "netUnrealizedAppreciation": -4615260.32
                },
                "month2": {
                  "netRealizedGain": 1225313.86,
                  "netUnrealizedAppreciation": 5006374.33
                },
                "month3": {
                  "netRealizedGain": 5826940.95,
                  "netUnrealizedAppreciation": -6677526.22
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 2784784.66,
                  "netUnrealizedAppreciation": -12163339.5
                },
                "month2": {
                  "netRealizedGain": -1532201.16,
                  "netUnrealizedAppreciation": 5589057.48
                },
                "month3": {
                  "netRealizedGain": 108477.86,
                  "netUnrealizedAppreciation": -7747408.12
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "creditContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "equityContracts": {
              "month1": {
                "netRealizedGain": 14822787.19,
                "netUnrealizedAppreciation": 16877571.94
              },
              "month2": {
                "netRealizedGain": 42177795.39,
                "netUnrealizedAppreciation": -22311702.26
              },
              "month3": {
                "netRealizedGain": 345992.06,
                "netUnrealizedAppreciation": -19245111.49
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 13518.95,
                  "netUnrealizedAppreciation": 13734665.7
                },
                "month2": {
                  "netRealizedGain": 27601107.53,
                  "netUnrealizedAppreciation": -19876010.47
                },
                "month3": {
                  "netRealizedGain": 461017.98,
                  "netUnrealizedAppreciation": -12582414.06
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": -1737221.29,
                  "netUnrealizedAppreciation": -1387536.38
                },
                "month2": {
                  "netRealizedGain": -1207757.28,
                  "netUnrealizedAppreciation": -1122687.74
                },
                "month3": {
                  "netRealizedGain": -1711960.69,
                  "netUnrealizedAppreciation": 1567382.08
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 16546489.53,
                  "netUnrealizedAppreciation": 4530442.62
                },
                "month2": {
                  "netRealizedGain": 15784465.14,
                  "netUnrealizedAppreciation": -1313004.05
                },
                "month3": {
                  "netRealizedGain": 1596914.77,
                  "netUnrealizedAppreciation": -8230079.51
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "foreignExchangeContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "interestRateContracts": {
              "month1": {
                "netRealizedGain": -614830.33,
                "netUnrealizedAppreciation": -13460927.22
              },
              "month2": {
                "netRealizedGain": 3366207.15,
                "netUnrealizedAppreciation": 4973537.27
              },
              "month3": {
                "netRealizedGain": -443910.27,
                "netUnrealizedAppreciation": -25387463.98
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": -614830.33,
                  "netUnrealizedAppreciation": -13460927.22
                },
                "month2": {
                  "netRealizedGain": 3366207.15,
                  "netUnrealizedAppreciation": 4973537.27
                },
                "month3": {
                  "netRealizedGain": -443910.27,
                  "netUnrealizedAppreciation": -25387463.98
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            },
            "otherContracts": {
              "month1": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month2": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "month3": {
                "netRealizedGain": 0,
                "netUnrealizedAppreciation": 0
              },
              "forwardCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "futureCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "optionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swaptionCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "swapCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "warrantCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              },
              "otherCategory": {
                "month1": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month2": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                },
                "month3": {
                  "netRealizedGain": 0,
                  "netUnrealizedAppreciation": 0
                }
              }
            }
          },
          "other": {
            "month1": {
              "netRealizedGain": 1109.6,
              "netUnrealizedAppreciation": -1625192.09
            },
            "month2": {
              "netRealizedGain": -226.14,
              "netUnrealizedAppreciation": 7739751.62
            },
            "month3": {
              "netRealizedGain": 55.64,
              "netUnrealizedAppreciation": 9907269.38
            }
          }
        },
        "monthlyFlows": {
          "month1": {
            "sales": 11195697.11,
            "reinvestment": 0,
            "redemption": 45213335.58
          },
          "month2": {
            "sales": 52668672.61,
            "reinvestment": 0,
            "redemption": 36570063.32
          },
          "month3": {
            "sales": 9683453.42,
            "reinvestment": 10.19,
            "redemption": 73502044.65
          }
        },
        "derivativesTransactions": [],
        "vaRInformation": {
          "fundsDesignatedInformation": {
            "nameOfDesignatedIndex": "30% MSCI World Index, 20% BBG Commodity Index, 50% ICE BofA 10+ Year G7 Government Index",
            "indexIdentifier": "20% BB-Cmdty, 30% MS-World, 50% ICEBA-Glb Gov G7"
          }
        }
      },
      "generalInformation": {
        "registrant": {
          "name": "AIM Investment Funds (Invesco Investment Funds)",
          "fileNumber": "811-05426",
          "cik": "826644",
          "lei": "Y5W0BJB7U2X9V6NIC803",
          "address": {
            "street1": "11 Greenway Plaza",
            "street2": "Suite 1000",
            "city": "Houston",
            "country": {
              "kind": "us",
              "state": "US-TX"
            },
            "zipOrPostalCode": "77046-1173"
          },
          "phoneNumber": "800-959-4246"
        },
        "series": {
          "name": "Invesco Balanced-Risk Allocation Fund",
          "id": "S000025654",
          "lei": "549300J1NR4F417SIF54"
        },
        "reportingPeriod": {
          "end": "2024-10-31T04:00:00.000Z",
          "date": "2024-04-30T04:00:00.000Z"
        },
        "isFinalFiling": false
      },
      "investmentsOrSecurities": [
        {
          "identification": {
            "title": "U.S. Treasury Long Bond Future",
            "tickers": [
              "USM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 543,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -2210988.76,
            "percentageValue": -0.17254603248
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DIR"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Board of Trade of the City of Chicago, Inc.",
                "lei": "549300EX04Q2QBFQTQ27"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "U.S. Treasury Bonds",
              "issueTitle": "U.S. Treasury Bonds",
              "identifiers": {
                "cusip": "912810QC5",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-18T04:00:00.000Z",
            "notionalAmount": 64011176.26,
            "currencyCode": "USD",
            "unrealizedAppreciation": -2210988.76
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Gasoline Reformulated Blendstock Oxygenate Blending Future",
            "tickers": [
              "XBM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 314,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -712620.29,
            "percentageValue": -0.0556130388
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "New York Mercantile Exchange, Inc.",
                "lei": "5493008GFNDTXFPHWI47"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Bloomberg 87 Octane RBOB Gasoline Prompt Month Spot Pipeline Px/New York Harbor",
              "indexIdentifier": "RBOB87PM",
              "components": []
            },
            "expirationDate": "2024-05-31T04:00:00.000Z",
            "notionalAmount": 36204165.89,
            "currencyCode": "USD",
            "unrealizedAppreciation": -712620.29
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "91282CJU6",
            "name": "U.S. Treasury Floating Rate Notes",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Floating Rate Notes",
            "isin": "US91282CJU62",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 102100000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 102332764.52,
            "percentageValue": 7.986070680587
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2026-01-31T05:00:00.000Z",
            "couponKind": "Floating",
            "annualizedRate": 5.570744,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Nikkei 225 Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4283471",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 23,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "JPY",
              "exchangeRate": 157.715
            },
            "valueUSD": 467393.72,
            "percentageValue": 0.036475505192
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "Osaka Exchange",
                "lei": "3538001249AILNPRUX57"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Nikkei 225 Index",
              "indexIdentifier": "NKY",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 1000
            },
            "exercisePrice": 38250,
            "exercisePriceCurrencyCode": "JPY",
            "expirationDate": "2025-06-13T04:00:00.000Z",
            "unrealizedAppreciation": 39591.95
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Macquarie Bank Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4060513",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 22975,
            "percentageValue": 0.00179297388
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Macquarie Bank Ltd",
                "lei": "4ZHCHI4KYZG2WVRT8631"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MACQUARIE VOLATILITY PRODUCT VMAQWSL5 VMAQWSL5",
                "indexIdentifier": "VMAQWSL5",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.15,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-28T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 15689875,
              "currencyCode": "USD",
              "unrealizedAppreciation": 22975
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Goldman Sachs International",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3915767",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "JPY",
              "exchangeRate": 157.715
            },
            "valueUSD": 13733.64,
            "percentageValue": 0.001071776182
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Goldman Sachs International",
                "lei": "W22LROWP2IHZNBB6K528"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI JAPAN MINIMUM VOLATILITY OPTIMIZED IN JPY NET TOTAL RETURN LOCAL INDEX M4JPVOJ",
                "indexIdentifier": "M4JPVOJ",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "MUTKCALM",
                "rateSpread": -0.3,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-21T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "JPY",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "JPY",
              "notionalAmount": 436137600,
              "currencyCode": "JPY",
              "unrealizedAppreciation": 13733.64
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Barclays Bank PLC",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4057948",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 29841,
            "percentageValue": 0.002328797978
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Barclays Bank PLC",
                "lei": "G5GSEF7VJP5I7OUK5573"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Barclays Soybean Meal S2 Nearby Excess Return Index",
                "indexIdentifier": "BCC2SM0P",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.19,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-20T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 823929.75,
              "currencyCode": "USD",
              "unrealizedAppreciation": 29841
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "MSCI Emerging Markets Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3873067",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 70,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 131600,
            "percentageValue": 0.010270091954
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "Chicago Board Options Exchange"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "MSCI Emerging Markets Index",
              "indexIdentifier": "MXEF",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 990,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-09-20T04:00:00.000Z",
            "unrealizedAppreciation": -307817.66
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Royal Bank of Canada",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4055737",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1318163,
            "percentageValue": -0.10286972052
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Royal Bank of Canada",
                "lei": "ES7IP3U3RHIGC71XBU11"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "RBC Commodity CT01 ER Custom Index",
                "indexIdentifier": "RBCACT01",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.28,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-10T05:00:00.000Z",
              "upfrontPayment": 7816.25,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 15462686.4,
              "currencyCode": "USD",
              "unrealizedAppreciation": -1325979.25
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Nikkei 225 Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4034290",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 23,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "JPY",
              "exchangeRate": 157.715
            },
            "valueUSD": 118853.63,
            "percentageValue": 0.009275362531
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "Osaka Exchange",
                "lei": "3538001249AILNPRUX57"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Nikkei 225 Index",
              "indexIdentifier": "NKY",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 1000
            },
            "exercisePrice": 32000,
            "exercisePriceCurrencyCode": "JPY",
            "expirationDate": "2025-03-14T04:00:00.000Z",
            "unrealizedAppreciation": -248782.77
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "MSCI Emerging Markets Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3958850",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 70,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 94850,
            "percentageValue": 0.007402114147
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "Chicago Board Options Exchange"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "MSCI Emerging Markets Index",
              "indexIdentifier": "MXEF",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 950,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-10-18T04:00:00.000Z",
            "unrealizedAppreciation": -382397.49
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3827383",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 6,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 12600,
            "percentageValue": 0.000983306676
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "BNP PARIBAS SECURITIES CORP.",
                "lei": "RCNB6OTYUAMMP879YW96"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 Index",
              "indexIdentifier": "SPX",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 4525,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-07-19T04:00:00.000Z",
            "unrealizedAppreciation": -125107.62
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Nikkei 225 Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3958669",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 23,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "JPY",
              "exchangeRate": 157.715
            },
            "valueUSD": 80207.97,
            "percentageValue": 0.006259447016
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "Osaka Exchange",
                "lei": "3538001249AILNPRUX57"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Nikkei 225 Index",
              "indexIdentifier": "NKY",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 1000
            },
            "exercisePrice": 32000,
            "exercisePriceCurrencyCode": "JPY",
            "expirationDate": "2024-12-13T05:00:00.000Z",
            "unrealizedAppreciation": -233529.88
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Citibank, N.A.",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3915770",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "EUR",
              "exchangeRate": 0.937
            },
            "valueUSD": 17075.21,
            "percentageValue": 0.001332553015
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Citibank NA",
                "lei": "E57ODZWZ7FF32TWEFA76"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI EMU MINIMUM VOLATILITY (EUR) EUR NETR RT M7CXDBFR",
                "indexIdentifier": "M7CXDBFR",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "month",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "EUR001M",
                "rateSpread": 0.57,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-26T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "EUR",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "EUR",
              "notionalAmount": 1344560,
              "currencyCode": "EUR",
              "unrealizedAppreciation": 17075.21
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "JPMorgan Chase Bank, National Association",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4061371",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "EUR",
              "exchangeRate": 0.937
            },
            "valueUSD": 17075.21,
            "percentageValue": 0.001332553015
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JPMorgan Chase Bank NA",
                "lei": "7H6GLXDRUGQFU57RNE97"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI EMU MINIMUM VOLATILITY (EUR) EUR NETR RT M7CXDBFR",
                "indexIdentifier": "M7CXDBFR",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "month",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "EUR001M",
                "rateSpread": -0.61,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-07-24T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "EUR",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "EUR",
              "notionalAmount": 1344560,
              "currencyCode": "EUR",
              "unrealizedAppreciation": 17075.21
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Brent Crude Future",
            "isin": "GB00H1TWHF17",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 338,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 1546913.67,
            "percentageValue": 0.120721471401
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures Europe",
                "lei": "549300UF4R84F48NCH34"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "Brent Crude Index",
              "indexIdentifier": "COY",
              "components": []
            },
            "expirationDate": "2024-06-28T04:00:00.000Z",
            "notionalAmount": 27389266.33,
            "currencyCode": "USD",
            "unrealizedAppreciation": 1546913.67
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "MSCI Emerging Markets Index Future",
            "tickers": [
              "MESM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 2595,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1158726.92,
            "percentageValue": -0.09042729497
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures U.S., Inc.",
                "lei": "5493004R83R1LVX2IL36"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "MSCI Emerging Markets Index",
              "indexIdentifier": "MXEF",
              "components": []
            },
            "expirationDate": "2024-06-21T04:00:00.000Z",
            "notionalAmount": 136358226.92,
            "currencyCode": "USD",
            "unrealizedAppreciation": -1158726.92
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "BNP Paribas",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3920120",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "EUR",
              "exchangeRate": 0.937
            },
            "valueUSD": -711035.1,
            "percentageValue": -0.05548933024
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "BNP Paribas SA",
                "lei": "R0MUWSFPU8MPRO8K5P83"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI EMU Quality Index",
                "indexIdentifier": "M7CXEMQ",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "month",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "EUR001M",
                "rateSpread": -0.32,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-07-24T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "EUR",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "EUR",
              "notionalAmount": 27547332,
              "currencyCode": "EUR",
              "unrealizedAppreciation": -711035.1
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Canadian Imperial Bank of Commerce",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4057949",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 426570,
            "percentageValue": 0.033289613411
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Canadian Imperial Bank of Commerce",
                "lei": "2IGI19DL77OX0HC3ZE78"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "CIBC SOYBEAN MEAL 1 EXCESS RETURN COMMODITY INDEX CIBC SOYBEAN MEAL 1 EXCESS RET",
                "indexIdentifier": "CIBZ1SM",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.14,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-20T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 10219590.54,
              "currencyCode": "USD",
              "unrealizedAppreciation": 426570
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "S&P 500 Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3799591",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 6,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 3360,
            "percentageValue": 0.000262215113
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "BNP PARIBAS SECURITIES CORP.",
                "lei": "RCNB6OTYUAMMP879YW96"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "S&P 500 Index",
              "indexIdentifier": "SPX",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 4275,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2024-06-21T04:00:00.000Z",
            "unrealizedAppreciation": -147312.18
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "JPMorgan Chase Bank, National Association",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3903391",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 127794,
            "percentageValue": 0.009973070905
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "JPMorgan Chase Bank NA",
                "lei": "7H6GLXDRUGQFU57RNE97"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "Invesco U.S. Low Volatility Total Return Index",
                "indexIdentifier": "IIULT",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "day",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "SOFRRATE",
                "rateSpread": 0.415,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-06-26T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 20432142.5,
              "currencyCode": "USD",
              "unrealizedAppreciation": 127794
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Low Sulphur Gas Oil Future",
            "isin": "GB00H208PR31",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 110,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -677281.71,
            "percentageValue": -0.05285520851
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "ICE Futures Europe",
                "lei": "549300UF4R84F48NCH34"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Low Sulphur Gas Oil",
              "issueTitle": "Low Sulphur Gas Oil",
              "identifiers": {
                "cusip": "478271KE8",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-05-10T04:00:00.000Z",
            "notionalAmount": 9191281.71,
            "currencyCode": "USD",
            "unrealizedAppreciation": -677281.71
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "13605VGK3",
            "name": "Canadian Imperial Bank of Commerce",
            "lei": "2IGI19DL77OX0HC3ZE78",
            "title": "Canadian Imperial Bank of Commerce",
            "isin": "US13605VGK35",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 12300000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 12719210.32,
            "percentageValue": 0.992609875177
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "CORP"
            }
          },
          "country": "CA",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2024-06-07T04:00:00.000Z",
            "couponKind": "Fixed",
            "annualizedRate": 0.1,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "BNP Paribas",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4167379",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "EUR",
              "exchangeRate": 0.937
            },
            "valueUSD": 24375.17,
            "percentageValue": 0.001902243444
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "BNP Paribas SA",
                "lei": "R0MUWSFPU8MPRO8K5P83"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MSCI EMU MOMENTUM NET EUR INDEX MXEMUMNE",
                "indexIdentifier": "MXEMUMNE",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "floating",
                "rateResetTenors": [
                  {
                    "resetDate": "month",
                    "resetDateUnit": 1,
                    "rateTenor": "month",
                    "rateTenorUnit": 1
                  }
                ],
                "rateIndex": "EUR001M",
                "rateSpread": -0.32,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-09-25T04:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "EUR",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "EUR",
              "notionalAmount": 1905563.4,
              "currencyCode": "EUR",
              "unrealizedAppreciation": 24375.17
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "825252406",
            "name": "Invesco Treasury Portfolio",
            "lei": "5493004B3TM8ZIDDDC39",
            "title": "Invesco Treasury Portfolio, Institutional Class",
            "isin": "US8252524066",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 41411570.06,
            "units": {
              "kind": "enum",
              "value": "NS"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 41411570.06,
            "percentageValue": 3.231767724096
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "STIV"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "RF"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Cargill, Incorporated",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "3906331",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 167949.6,
            "percentageValue": 0.013106822459
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Cargill Inc",
                "lei": "QXZYQNMR4JZ5RIRN4T31"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "CARGILL WHEAT INDEX CARGILL WHEAT INDEX",
                "indexIdentifier": "CPASCW1",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.22,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2024-12-02T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 4285281,
              "currencyCode": "USD",
              "unrealizedAppreciation": 167949.6
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "91282CGF2",
            "name": "U.S. Treasury Floating Rate Notes",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Floating Rate Notes",
            "isin": "US91282CGF23",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 15500000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 15518361.61,
            "percentageValue": 1.211056236442
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2025-01-31T05:00:00.000Z",
            "couponKind": "Floating",
            "annualizedRate": 5.525744,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "EURO STOXX 50 Index Option",
            "isin": "DE000C7Y9VZ9",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 85,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "EUR",
              "exchangeRate": 0.937
            },
            "valueUSD": 14876.78,
            "percentageValue": 0.001160987071
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "Eurex Deutschland"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "EURO STOXX 50 Index",
              "indexIdentifier": "SX5E",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 10
            },
            "exercisePrice": 4300,
            "exercisePriceCurrencyCode": "EUR",
            "expirationDate": "2024-07-19T04:00:00.000Z",
            "unrealizedAppreciation": -164911.04
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "BNP Paribas",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4060512",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -21695.1,
            "percentageValue": -0.00169309021
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "BNP Paribas SA",
                "lei": "R0MUWSFPU8MPRO8K5P83"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "BNP PARIBAS AIR VAR INTRADAY US CALENDAR ER INDEX BNPXAVUC",
                "indexIdentifier": "BNPXAVUC",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.1,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-28T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 0,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 15748390,
              "currencyCode": "USD",
              "unrealizedAppreciation": -21695.1
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "MSCI Emerging Markets Index Option",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4116715",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 70,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 219450,
            "percentageValue": 0.017125924615
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "Chicago Board Options Exchange"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "MSCI Emerging Markets Index",
              "indexIdentifier": "MXEF",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 100
            },
            "exercisePrice": 980,
            "exercisePriceCurrencyCode": "USD",
            "expirationDate": "2025-02-21T05:00:00.000Z",
            "unrealizedAppreciation": -200316.88
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "91282CKM2",
            "name": "U.S. Treasury Floating Rate Notes",
            "lei": "254900HROIFWPRGM1V77",
            "title": "U.S. Treasury Floating Rate Notes",
            "isin": "US91282CKM28",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 100300000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 100278347.24,
            "percentageValue": 7.825743519658
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "UST"
            }
          },
          "country": "US",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2026-04-30T04:00:00.000Z",
            "couponKind": "Floating",
            "annualizedRate": 5.475744,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Merrill Lynch International",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4055523",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -131006,
            "percentageValue": -0.01022373606
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Merrill Lynch International",
                "lei": "GGDZP1UYGU9STUHRDP48"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MLCISCE Excess Return Index",
                "indexIdentifier": "MLCISCER",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.12,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-10T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 17190.4,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 5890396.8,
              "currencyCode": "USD",
              "unrealizedAppreciation": -113815.6
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Royal Bank of Canada",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4055525",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1685720.4,
            "percentageValue": -0.13155397809
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Royal Bank of Canada",
                "lei": "ES7IP3U3RHIGC71XBU11"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "RBC Commodity SB01 ER Custom Index",
                "indexIdentifier": "RBCASB01",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.2,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-10T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 71844.6,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 14351415,
              "currencyCode": "USD",
              "unrealizedAppreciation": -1613875.8
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "cusip": "78011GBX4",
            "name": "Royal Bank of Canada",
            "lei": "ES7IP3U3RHIGC71XBU11",
            "title": "Royal Bank of Canada",
            "tickers": [
              "RBCLP01"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 22700000,
            "units": {
              "kind": "enum",
              "value": "PA"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 29296269.74,
            "percentageValue": 2.2862871136
          },
          "payoffProfile": "long",
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DBT"
            },
            "issuerCategory": {
              "kind": "enum",
              "value": "CORP"
            }
          },
          "country": "CA",
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "debtSecurities": {
            "maturityDate": "2024-06-07T04:00:00.000Z",
            "couponKind": "Fixed",
            "annualizedRate": 0.1,
            "isDefault": false,
            "isInArrears": false,
            "isPaidInKind": false,
            "isMandatoryConvertible": false,
            "isContingentConvertible": false,
            "referenceInstruments": [],
            "currencies": []
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Japan 10 year Bonds Future",
            "tickers": [
              "JBM4"
            ],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 189,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "JPY",
              "exchangeRate": 157.715
            },
            "valueUSD": -1186260.98,
            "percentageValue": -0.09257605886
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DIR"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "future",
            "counterparties": [
              {
                "name": "Osaka Exchange",
                "lei": "3538001249AILNPRUX57"
              }
            ],
            "payoffProfile": "long",
            "referenceInstrument": {
              "kind": "other",
              "issuerName": "Japan Government Bond",
              "issueTitle": "Japan Government Bond",
              "identifiers": {
                "cusip": "BQ3480895",
                "tickers": [],
                "otherIdentifiers": []
              }
            },
            "expirationDate": "2024-06-13T04:00:00.000Z",
            "notionalAmount": 27497591151,
            "currencyCode": "JPY",
            "unrealizedAppreciation": -1186260.98
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Cargill, Incorporated",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4055524",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": -1251167.26,
            "percentageValue": -0.09764135874
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Cargill Inc",
                "lei": "QXZYQNMR4JZ5RIRN4T31"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "CARGILL SUGAR INDEX 2 CARGILL SUGAR INDEX 2",
                "indexIdentifier": "CPASSUG2",
                "components": []
              },
              "isSwap": true,
              "receiptFromAnotherParty": {
                "kind": "other",
                "description": "The Fund makes or receives payments based on any positive or negative return on the reference instrument"
              },
              "paymentToAnotherParty": {
                "kind": "fixed",
                "rate": 0.2,
                "currencyCode": "USD",
                "amount": 0
              },
              "terminationDate": "2025-02-10T05:00:00.000Z",
              "upfrontPayment": 0,
              "paymentCurrencyCode": "USD",
              "upfrontReceipt": 43985.8,
              "receiptCurrencyCode": "USD",
              "notionalAmount": 16121940.94,
              "currencyCode": "USD",
              "unrealizedAppreciation": -1207181.46
            }
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "EURO STOXX 50 Index Option",
            "isin": "DE000C7T3N61",
            "tickers": [],
            "otherIdentifiers": []
          },
          "amount": {
            "balance": 85,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "foreign",
              "code": "EUR",
              "exchangeRate": 0.937
            },
            "valueUSD": 1088.54,
            "percentageValue": 0.000084949892
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DE"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "1",
          "derivativeInformation": {
            "category": "option",
            "counterparties": [
              {
                "name": "Eurex Deutschland"
              }
            ],
            "putOrCall": "put",
            "writtenOrPurchased": "purchased",
            "referenceInstrument": {
              "kind": "indexBasket",
              "indexName": "EURO STOXX 50 Index",
              "indexIdentifier": "SX5E",
              "components": []
            },
            "sharesOrPrincipalAmount": {
              "kind": "shares",
              "numberOfShares": 10
            },
            "exercisePrice": 4200,
            "exercisePriceCurrencyCode": "EUR",
            "expirationDate": "2024-05-17T04:00:00.000Z",
            "unrealizedAppreciation": -211623.45
          },
          "securitiesLending": {
            "cashCollateral": {
              "isCashCollateral": false
            },
            "nonCashCollateral": {
              "isNonCashCollateral": false
            },
            "loanByFund": {
              "isLoanByFund": false
            }
          }
        },
        {
          "identification": {
            "title": "Macquarie Bank Limited",
            "tickers": [],
            "otherIdentifiers": [
              {
                "value": "4057950",
                "description": "Internal SystemID"
              }
            ]
          },
          "amount": {
            "balance": 1,
            "units": {
              "kind": "enum",
              "value": "NC"
            },
            "currency": {
              "kind": "us",
              "code": "USD"
            },
            "valueUSD": 185990.99,
            "percentageValue": 0.014514776367
          },
          "assetAndIssuer": {
            "assetCategory": {
              "kind": "enum",
              "value": "DCO"
            },
            "issuerCategory": {
              "kind": "other"
            }
          },
          "isRestrictedSecurity": false,
          "fairValueLevel": "2",
          "derivativeInformation": {
            "category": "swap",
            "counterparties": [
              {
                "name": "Macquarie Bank Ltd",
                "lei": "4ZHCHI4KYZG2WVRT8631"
              }
            ],
            "derivative": {
              "kind": "nonFXSwap",
              "referenceInstrument": {
                "kind": "indexBasket",
                "indexName": "MACQUARIE SINGLE COMMODITY SOYBEAN MEAL TYPE A ER INDEX MQSDSMER",
                "indexIdentifier": "MQSDSMER