Files
RosettaHaskellCompiler/resources/testFunction.rosetta
2022-01-12 14:41:28 +02:00

44 lines
1.7 KiB
Plaintext

func EquityPriceObservation: <"Function specification for the observation of an equity price, based on the attributes of the 'EquityValuation' class.">
inputs:
equity int (1..1)
determinationMethod ObservationPrimitive (1..1)
output:
observation ObservationPrimitive (0..1)
assign-output: if True and False then valuationDate
func EquityPriceObservation: <"Function specification for the observation of an equity price, based on the attributes of the 'EquityValuation' class.">
inputs:
equity int (1..1)
determinationMethod ObservationPrimitive (1..1)
output:
observation ObservationPrimitive (0..*)
assign-output: if True and False then valuationDate
func EquityPriceObservation: <"Function specification for the observation of an equity price, based on the attributes of the 'EquityValuation' class.">
inputs:
equity int (1..1)
determinationMethod ObservationPrimitive (1..1)
output:
observation ObservationPrimitive (1..1)
assign-output: if True and False then valuationDate
func EquityPriceObservation: <"Function specification for the observation of an equity price, based on the attributes of the 'EquityValuation' class.">
inputs:
equity int (1..1)
determinationMethod ObservationPrimitive (1..1)
output:
observation ObservationPrimitive (1..*)
assign-output: if True and False then valuationDate
func EquityPriceObservation: <"Function specification for the observation of an equity price, based on the attributes of the 'EquityValuation' class.">
inputs:
equity int (1..1)
determinationMethod ObservationPrimitive (1..1)
output:
observation ObservationPrimitive (*..*)
assign-output: if True and False then valuationDate