org.unizone.finance.interest

Type Overnight

org.unizone.0.6110
Instance of Type
Inheriting from Index

Type dataValue
org.uninode.Type.displayPattern{att:org.unizone.source.Source.displayName}
org.unizone.source.Source.valueAttributeorg.unizone.finance.Index.last
org.uninode.Listable.resourcesReference[org.uninode.Listable.resources] of org.unizone.finance.interest.Overnight

Attribute summaryDefined inUninode® IdPropertiesDefault
Reference[org.uninode.Listable.resources]resourcesListableorg.uninode.0.2001type
StringtoString
This is the display string.
Nodeorg.uninode.0.102
Typetype
The type of an object determines the behaviour and attributes of the object.
Nodeorg.uninode.0.101
StringuriNodeorg.uninode.0.103
RealcloseMidnight
This is the yesterday closing index.
Indexorg.unizone.0.5002
RealhighIndexorg.unizone.0.5003
Reallast
This is the index value.
Indexorg.unizone.0.5001
ReallowIndexorg.unizone.0.5004
StringdisplayName
The display name is the name that is shown in lists, displays and graphs.
Sourceorg.unizone.0.4001essential
AttributevalueAttribute
The value attribute is used for determining the default value that should be used for displaying this source in a graph.
Sourceorg.unizone.0.4011type
inheritValue
SignaturevalueType
The value type determines which axes should be used in graphs.
Sourceorg.unizone.0.4002inheritValue

Method summaryDefined inOverridesProperties
voidactivateListable
voidcheckRangeSource
voidcollectSteps(List steps, Dimension dimensionType)Source
voidcollectValues(List steps, List values, Type dimensionType)Source
voiddesignEditor(WidgetWorkspace ws)Listable
RealevaluateSource
voidgenerateScript(ScriptGenerationInfo info)SourceScriptGenerator
BooleanisResourceOf(Listable listable, Signature aspect)Mixabletype
ListablemixOn(Mixable mix)Mixable
ListablemixWith(Mixable mix)Mixable
StringresourceStringListableintrospection
Realtimeseries(Signature aspect)Source
SignaturevalueTypeSourceintrospection
voidcom.nodelab.java.source.ActivateSourceListable
Listablecom.nodelab.java.source.MixWithMiSourceMixable

Script summary
org.unizone.0.8556
/*
instance Int maturityDay;
constructor() {
  InstrumentInterest:(); 
}
Array[Symbol] defaultAspects() {
  #(#bid, #ask);
}
Symbol defaultAspect() {
  #bid;
}
Void setMaturityDay(Int day) {
  instance maturityDay = day;
}
Int maturityDay() {instance maturityDay}
*/