/
Allotment

Allotment

Structure

FieldTypeRequiredDescription
idIntegertrueId of the Allotment
codeStringtrueCode of the Allotment
nameStringtrueName of the Allotment
startDateLocalDatefalseStart Date of the Allotment
endDateLocalDatefalseEnd Date of the Allotment
startSellDateLocalDatefalseStart Sell Date of the Allotment
endSellDateLocalDatefalseEnd Sell Date of the Allotment
releaseDayIntegerfalsereleaseDay of the Allotment
deadlineDayIntegerfalsedeadlineDay of the Allotment
SourcesourcefalseSource
SegmentsegmentfalseSegment
AllotmentGuaranteeTypeallotmentGuaranteeTypefalseAllotmentGuaranteeType

JSON representation

{
	"id": 1, 
	"code": "A1",
	"name": "Allotment1",
	"startDate": "2025-05-24",
	"endDate": "2025-06-24",
	"startSellDate": "2025-05-24", 
	"endSellDate": "2025-06-24",
	"releaseDay" : 1,
	"deadlineDay" : 2,
	"source": {
		"id": 9,
		"code": "COM",
		"name": "Company"
	},
	"segment": {
		"id": 24,
		"code": "DUSE",
		"name": "Day Use"
	},
	"allotmentGuaranteeType": {
		"id": 1,
		"code": "GUA",
		"name": "Guaranteed"
	}
}

Related content